Tutorials contains the code accompanying the HIP Tutorials that can be found in the HIP documentation. For a full overview over the examples see the section repository contents. Alternatively, instead ...
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 ...