mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Remove warning when compiling LVGL with Arduino3 (#19699)
This commit is contained in:
parent
8c6788c6bc
commit
c8679df3ff
10
lib/libesp32_lvgl/Adafruit_LvGL_Glue-shadinger/library.json
Normal file
10
lib/libesp32_lvgl/Adafruit_LvGL_Glue-shadinger/library.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "Adafruit LittlevGL Glue Library",
|
||||||
|
"description": "This library works in conjunction with LittlevGL (an embedded system GUI library) and Adafruit display-specific libraries to provide nice user interfaces on PyPortal, TFT FeatherWings, and more.",
|
||||||
|
"version": "2.0.0",
|
||||||
|
"homepage": "https://github.com/adafruit/Adafruit_LvGL_Glue",
|
||||||
|
"frameworks": "*",
|
||||||
|
"build": {
|
||||||
|
"flags": [ "-Wno-deprecated-enum-enum-conversion" ]
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user