Update squeek2lvgl

This commit is contained in:
Johannes Marbach
2021-09-25 12:56:03 +02:00
parent d19bc94bcc
commit ed2f04235c
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
/* Layout IDs, values can be used as indexes into the sq2lv_layouts array */
typedef enum {
SQ2LV_LAYOUT_NONE = -1,
SQ2LV_LAYOUT_US = 0,
SQ2LV_LAYOUT_DE = 1,
SQ2LV_LAYOUT_ES = 2,