Skip to content

Instantly share code, notes, and snippets.

View mockthebear's full-sized avatar
🏠
Working from home

Mock mockthebear

🏠
Working from home
View GitHub Profile
#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()