lv_ddlist: bugfix with font antialiassing
This commit is contained in:
6
lvgl.h
6
lvgl.h
@@ -3,8 +3,8 @@
|
||||
* Include all LittleV GL related headers
|
||||
*/
|
||||
|
||||
#ifndef LV_GL_H
|
||||
#define LV_GL_H
|
||||
#ifndef LVGL_H
|
||||
#define LVGL_H
|
||||
|
||||
/*********************
|
||||
* INCLUDES
|
||||
@@ -28,7 +28,6 @@
|
||||
#error "LV: incompatible misc. module version! See lvgl.h"
|
||||
#endif
|
||||
|
||||
#include <lvgl/lv_objx/lv_chart.h>
|
||||
#include "lv_obj/lv_obj.h"
|
||||
#include "lv_objx/lv_btn.h"
|
||||
#include "lv_objx/lv_img.h"
|
||||
@@ -37,6 +36,7 @@
|
||||
#include "lv_objx/lv_page.h"
|
||||
#include "lv_objx/lv_rect.h"
|
||||
#include "lv_objx/lv_list.h"
|
||||
#include "lv_objx/lv_chart.h"
|
||||
#include "lv_objx/lv_cb.h"
|
||||
#include "lv_objx/lv_pb.h"
|
||||
#include "lv_objx/lv_led.h"
|
||||
|
||||
Reference in New Issue
Block a user