Update references to LV_DISPLAY_WIDTH
This commit is contained in:
parent
6a451cacf7
commit
55c314b685
9 changed files with 24 additions and 25 deletions
|
@ -44,8 +44,8 @@
|
|||
#define PIN_BUSY CONFIG_LV_DISP_PIN_BUSY
|
||||
#define PIN_BUSY_BIT ((1ULL << (uint8_t)(CONFIG_LV_DISP_PIN_BUSY)))
|
||||
#define EVT_BUSY (1UL << 0UL)
|
||||
#define EPD_WIDTH CONFIG_LV_DISPLAY_WIDTH
|
||||
#define EPD_HEIGHT CONFIG_LV_DISPLAY_HEIGHT
|
||||
#define EPD_WIDTH LV_HOR_RES_MAX
|
||||
#define EPD_HEIGHT LV_VER_RES_MAX
|
||||
#define EPD_ROW_LEN (EPD_HEIGHT / 8u)
|
||||
|
||||
#define BIT_SET(a, b) ((a) |= (1U << (b)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue