How to Setup AsciiTable Example to Work With ESP32_8048S070C? #548
Replies: 1 comment
-
Is it wrong to answer my own question? lol Surely not. Well, I replaced the top definitions. Here is the whole code in case someone needs it. `/* void setup(void) #ifdef GFX_EXTRA_PRE_INIT // Init Display #ifdef GFX_BL gfx->setTextColor(GREEN); char c = 0; delay(5000); // 5 seconds void loop() |
Beta Was this translation helpful? Give feedback.
-
I'm using Arduino IDE 2.3.3. I have a ESP32-S3-8048070C 7 inch display. I finally got it working with the PDQgraphictest example. I uncommented the ESP32_8048S070. But, also had to downgrade Espressif Board library back to pre 3.x.x, which is 2.017 for it to work.
So thought I would try a much simple example, such as the AsciiTable example. I followed the links. But didn't make much sense compared to the base code in AsciiTAble. I know it's ESP32-8048S070, but haven't figured out what they meant on how to use it.
Beta Was this translation helpful? Give feedback.
All reactions