Fix LVGL include path
This commit is contained in:
parent
0855ebeb7b
commit
198219e536
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#ifndef SQ2LV_LAYOUTS_H
|
||||
#define SQ2LV_LAYOUTS_H
|
||||
|
||||
#include "../lvgl/lvgl.h"
|
||||
#include "lvgl/lvgl.h"
|
||||
|
||||
/* Layout IDs, values can be used as indexes into the sq2lv_layouts array */
|
||||
typedef enum {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#ifndef SQ2LV_LAYOUTS_H
|
||||
#define SQ2LV_LAYOUTS_H
|
||||
|
||||
#include "../lvgl/lvgl.h"
|
||||
#include "lvgl/lvgl.h"
|
||||
|
||||
/* Layout IDs, values can be used as indexes into the sq2lv_layouts array */
|
||||
typedef enum {
|
||||
|
|
|
|||
|
|
@ -593,7 +593,7 @@ if __name__ == '__main__':
|
|||
c_builder.add_line()
|
||||
|
||||
h_builder = SourceFileBuilder()
|
||||
h_builder.add_include('../lvgl/lvgl.h')
|
||||
h_builder.add_include('lvgl/lvgl.h')
|
||||
h_builder.add_line()
|
||||
|
||||
layouts = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue