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
#define LGFX_AUTODETECT | |
#define LGFX_USE_V1 | |
#include <lvgl.h> | |
#include <M5EPD.h> | |
#include <LovyanGFX.hpp> | |
static const uint16_t screenWidth = 960; | |
static const uint16_t screenHeight = 540; | |
lv_disp_draw_buf_t draw_buf; |