Review of Open Nextion ESP32-S3-based HMI displays with the Arduino IDE and the ESP-IDF framework - CNX Software
…pin_dc = LCD_DC_PIN ; _bus_instance . config ( cfg ) ; _panel_instance . setBus ( & _bus_instance ) ; } { auto cfg = _panel_instance . config ( ) ; cfg . pin_cs = LCD_CS_PIN ; cfg . pin_rst = LCD_RST_PIN ; cfg…