lv_ddlist: bugfix with font antialiassing

This commit is contained in:
Gabor
2017-03-27 09:27:45 +02:00
parent 7f49404d62
commit ad89961737
2 changed files with 6 additions and 5 deletions

6
lvgl.h
View File

@@ -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"