驱动lcd

This commit is contained in:
Tom Zhang
2026-02-27 18:09:20 +08:00
parent 2b6bcc83dc
commit 3e5aaa26d2
16 changed files with 945 additions and 314 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include <stdint.h>
#include "esp_err.h"
#define PLATFORM_LCD_DEMO_IMAGE_W 320
#define PLATFORM_LCD_DEMO_IMAGE_H 240
esp_err_t platform_lcd_decode_image(uint16_t **pixels);