Open
Description
In ESP_Panel_Board_Custom.h, I set the following:
#define ESP_PANEL_LCD_NAME ST7796
I get errors when I try to compile that it can't find ST7796. The fix for version 0.1.8 is as follows:
Add #include "lcd/ST7796.h" to ESP_Panel_Library.h.
The same fix didn't work for version 0.2.1. I get a new error about SPI and QSPI.