-
-
Notifications
You must be signed in to change notification settings - Fork 642
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
New Board Request: TTGO-T-Display #209
Comments
Have 1 and two more stuck in customs right now. |
https://github.com/JakubAndrysek/TTGO_T_Display |
Please open an issue here https://github.com/espressif/arduino-esp32/issues in the first place, so the board will be added to the Arduino framework officially. |
The board was added to the Arduino framework. |
@g19i85g It looks like the PR wasn't merged, so the board is still not available https://github.com/espressif/arduino-esp32/tree/master/variants |
I got it to compile and run using the TTGO-T1 board instead, but on that board they moved SCL to GPIO23 instead of default 22 because that shares a pin with the built in LED. I've changed it back to 22, but I2C still doesn't work. REally hope they get this sorted as i've based my latest project on this only to realise today that PIO doesn't support T-display (even though hardware built, ooops!) |
If it helps anyone the i2c issue was solved by changing the default address. Can't explain how changing a board in platformio would change the default i2c address but that fixed it. |
Actually, for a quick solve I found ivmak's comment really helpfull. Simply copy the build_flags entries from the platformio.ini from Kuba Andrýsek's github example and it works instantly: Basically, the problem seams to be the missed defined pins for talking to the display. |
The provided workaround works. I also noticed that a similar file is provided in the TFT_eSPI library by LilyGO. |
Yes, I am surprised this board is still not in the system after 18 months. It's becoming quite popular now looking at my youtube feed! |
Just here to add my "me too" |
According to @valeros first the board must be available in https://github.com/espressif/arduino-esp32. |
@JustSomeRandomDIYGuy - his suggestion works... |
Resolves platformio#1231, resolves platformio#209
Please add support for TTGO-T-Display board:
https://github.com/Xinyuan-LilyGO/TTGO-T-Display
The text was updated successfully, but these errors were encountered: