Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPIO00/S1 for TTGO-T-DISPLAY #209

Merged
merged 1 commit into from
Feb 26, 2021
Merged

GPIO00/S1 for TTGO-T-DISPLAY #209

merged 1 commit into from
Feb 26, 2021

Conversation

acruzde
Copy link
Contributor

@acruzde acruzde commented Feb 26, 2021

Problem description.
A.- Board: TTGO-T-DISPLAY. Sw version: git as of Feb. 26th 2021.
B.- Use case: to control stations +/- with on-board buttons S1 & S2 (i.e., pins GPIO00 & GPIO35 configured as inputs with GPIO_PULLUP_ENABLE).
C.- Modified ttgotdisplay.csv and flashed:
D.- Result: Button S2 (GPIO35) moves to next station in the list, as expected. Button S1 (GPIO00) is not responsive (GPIO00 is never configured).
E.- Proposed solution. Tested and working:
1.- Changes in file ClickButtons.c (see below).
2.- Changes in file gpio.c (see below).

Thanks, and keep up the good work.
(And remember when using GPIO00 in your application: it is better to use esptool.py, other tools might mess around with RTS&DTR signals).

@karawin karawin merged commit b50388c into karawin:master Feb 26, 2021
@karawin
Copy link
Owner

karawin commented Feb 26, 2021

Well done.
And i had seen a lot of little bugs in the hardware document too.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants