Initial commit, getting all the stuff from PlatformIO
This commit is contained in:
16
.pio/libdeps/esp32dev/ui/fonts.h
Normal file
16
.pio/libdeps/esp32dev/ui/fonts.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef EEZ_LVGL_UI_FONTS_H
|
||||
#define EEZ_LVGL_UI_FONTS_H
|
||||
|
||||
#include <../../lvgl/lvgl.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /*EEZ_LVGL_UI_FONTS_H*/
|
||||
Reference in New Issue
Block a user