fix rowstart for 128x128

This commit is contained in:
hiruna 2023-05-27 18:31:34 +10:00
parent fd4119638f
commit aa1dae2076

View file

@ -41,7 +41,7 @@ extern "C" {
// TODO: this should be config option
#if CONFIG_LV_HOR_RES_MAX==128 && CONFIG_LV_VER_RES_MAX==128
#define COLSTART 2
#define ROWSTART 1
#define ROWSTART 3
#elif CONFIG_LV_HOR_RES_MAX==128 && CONFIG_LV_VER_RES_MAX==80
#define COLSTART 26
#define ROWSTART 1