Fix display type
This ensures that correct dimensions (960 x 540) are used
This commit is contained in:
parent
b58087f22c
commit
a51f98b44f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ EpdiyHighlevelState hl;
|
|||
uint8_t* fb;
|
||||
|
||||
static int init (lua_State *L) {
|
||||
epd_init(&epd_board_lilygo_t5_47, &ED097TC2, EPD_LUT_64K);
|
||||
epd_init(&epd_board_lilygo_t5_47, &ED047TC1, EPD_LUT_64K);
|
||||
// epd_set_vcom(1560);
|
||||
hl = epd_hl_init(WAVEFORM);
|
||||
epd_set_rotation(EPD_ROT_LANDSCAPE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue