Definitions specific to RIOT for the LVGL engine. More...
Definitions specific to RIOT for the LVGL engine.
Definition in file lvgl_riot_conf.h.
Include dependency graph for lvgl_riot_conf.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define | LV_HOR_RES_MAX (320) |
| Maximal horizontal resolution to support by the library. | |
| #define | LV_VER_RES_MAX (240) |
| Maximal vertical resolution to support by the library. | |
| #define | LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(4))) |
| Will be added where memories needs to be aligned (with -Os data might not be aligned to boundary by default). | |
| #define | LV_TICK_CUSTOM 1 |
| #define | LV_TICK_CUSTOM_INCLUDE "ztimer.h" /*Header for the sys time function*/ |
| #define | LV_TICK_CUSTOM_SYS_TIME_EXPR (ztimer_now(ZTIMER_MSEC)) /*Expression evaluating to current systime in ms*/ |
| typedef int16_t | lv_coord_t |
| #define LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(4))) |
Will be added where memories needs to be aligned (with -Os data might not be aligned to boundary by default).
E.g. attribute((aligned(4)))
Definition at line 51 of file lvgl_riot_conf.h.
| #define LV_HOR_RES_MAX (320) |
Maximal horizontal resolution to support by the library.
Definition at line 36 of file lvgl_riot_conf.h.
| #define LV_TICK_CUSTOM 1 |
Definition at line 56 of file lvgl_riot_conf.h.
| #define LV_TICK_CUSTOM_INCLUDE "ztimer.h" /*Header for the sys time function*/ |
Definition at line 57 of file lvgl_riot_conf.h.
| #define LV_TICK_CUSTOM_SYS_TIME_EXPR (ztimer_now(ZTIMER_MSEC)) /*Expression evaluating to current systime in ms*/ |
Definition at line 58 of file lvgl_riot_conf.h.
| #define LV_VER_RES_MAX (240) |
Maximal vertical resolution to support by the library.
Definition at line 45 of file lvgl_riot_conf.h.
| typedef int16_t lv_coord_t |
Definition at line 54 of file lvgl_riot_conf.h.