TFT in demo build #23
-
I'm trying to compile
so I disabled webserver and now stuck with How can I get TFT to run in demo mode? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I guess I've never made demo compile with the TFT yet! You can open an issue and assign to me, or fix directly! |
Beta Was this translation helpful? Give feedback.
-
If you have a HELTEC module, just set USE_TFT to 1. If you have an M5, set USE_OLED to 1. That’ll five you a display. There’s a Button object in there now you could change to step through effects pretty easy!
From: Raff ***@***.***>
Sent: Wednesday, October 6, 2021 12:09 PM
To: PlummersSoftwareLLC/NightDriverStrip ***@***.***>
Cc: David W Plummer ***@***.***>; Comment ***@***.***>
Subject: Re: [PlummersSoftwareLLC/NightDriverStrip] TFT in demo build (Discussion #23)
thanks, Dave, awesome job on this BTW, everything compiles and works on the first try. The code has a very nice smell of the '90s which I love. I'll submit a PR with TFT support, I have the strip behind my monitors and want to mount esp32dev at the bottom of my primary monitor. For that reason, I'd like to see something on it, plus have a physical button to interact (although I love the wifi approach)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#23 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4HCF3ETHHWKNIXETW7GPTUFSNEHANCNFSM5FMXJSCA> .
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub> . <https://github.com/notifications/beacon/AA4HCF6CM2RTTDZ4PAPT4HTUFSNEHA5CNFSM5FMXJSCKYY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAK7F6Y.gif>
|
Beta Was this translation helpful? Give feedback.
-
Fixed tonight - you can now just set USE_TFT to 1 and if you have the TFT, it'll work! The code was already there but the headers weren't in the right order to compile for that scenario, so I just had to move them around a bit. |
Beta Was this translation helpful? Give feedback.
I guess I've never made demo compile with the TFT yet! You can open an issue and assign to me, or fix directly!