1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

lv_gauge: basics are added

This commit is contained in:
Kiss-Vamosi Gabor 2017-01-09 18:09:28 +01:00
parent 04a0bcaaec
commit f85741be30
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#endif
#if LV_VDB_SIZE == 0 && LV_ANTIALIAS != 0
#error "LV: If LV_VDB_SIZE == 0 the antialaissing is not enabled"
#error "LV: If LV_VDB_SIZE == 0 the antialaissing must be disabled"
#endif
/*New defines*/

1
lvgl.h
View File

@ -25,6 +25,7 @@
#include "lv_objx/lv_ta.h"
#include "lv_objx/lv_win.h"
#include "lv_objx/lv_mbox.h"
#include "lv_objx/lv_gauge.h"
#include "lv_app/lv_app.h"