Timeline for Code for ST7789 NO CS pin - Using XIAO ESP32C3
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 1, 2024 at 14:00 | answer | added | Bill Webster | timeline score: 1 | |
| Feb 1, 2024 at 8:07 | comment | added | hcheung |
The library is optimised for AVR chip using some AVR register and assembly code, it is therefore not compatible with ESP32 in the default mode. Add #define COMPATIBILITY_MODE to the first line of your code (before any #include <file> macro to see if it is working. If not, use other library such Adafruit ST7789 library.
|
|
| Feb 1, 2024 at 0:52 | history | edited | ocrdu | CC BY-SA 4.0 |
added 8 characters in body; edited title
|
| Jan 31, 2024 at 17:23 | history | asked | Reese Houseknecht | CC BY-SA 4.0 |