This project demonstrates how to interface a 16x2 character LCD with an ATmega32 microcontroller. When the project runs, the LCD displays the "Hello, World!" string. NOTE: you can install another ...
When using the SPI interface it is required to use 18-bit color depth mode as below: const esp_lcd_panel_dev_config_t lcd_config = { ... .bits_per_pixel = 18 ...