Skip to content

Commit

Permalink
- Removed not required defines
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 19, 2023
1 parent d224c97 commit 7a161f2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions examples/ci/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,6 @@ build_flags =
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
# LVGL settings
#-DLV_CONF_PATH=${PROJECT_INCLUDE_DIR}/lv_conf.h
# From library.json. Normally not needed!
-DESP_LCD_ST7796_VER_MAJOR=1
-DESP_LCD_ST7796_VER_MINOR=2
-DESP_LCD_ST7796_VER_PATCH=0
-DESP_LCD_ILI9341_VER_MAJOR=1
-DESP_LCD_ILI9341_VER_MINOR=2
-DESP_LCD_ILI9341_VER_PATCH=0
-DESP_LCD_GC9A01_VER_MAJOR=1
-DESP_LCD_GC9A01_VER_MINOR=2
-DESP_LCD_GC9A01_VER_PATCH=0
-DCONFIG_ESP_LCD_TOUCH_MAX_POINTS=1
-DCONFIG_XPT2046_CONVERT_ADC_TO_COORDS
-DCONFIG_XPT2046_Z_THRESHOLD=600

lib_deps =
# From library.json. Normally not needed!
Expand Down

0 comments on commit 7a161f2

Please sign in to comment.