Remove warning when compiling LVGL with Arduino3 (#19699)

This commit is contained in:
s-hadinger 2023-10-07 23:02:55 +02:00 committed by GitHub
parent 8c6788c6bc
commit c8679df3ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View 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" ]
}
}