This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "esp_lcd_panel_rgb.h" | |
#include "esp_lcd_panel_ops.h" | |
#include "esp_lcd_panel_vendor.h" | |
#include "esp32s3/rom/cache.h" | |
#define LCD_H_RES 800 | |
#define LCD_V_RES 480 | |
esp_lcd_panel_handle_t panel_handle = NULL; | |
static uint16_t image[50*50]; | |
void display() |