Skip to content

Commit

Permalink
fix(M5Stack CoreS3): Fixed display types for noglib version
Browse files Browse the repository at this point in the history
  • Loading branch information
espzav committed Jun 11, 2024
1 parent 8d403e7 commit 18db79e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bsp/m5stack_core_s3/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.1.0"
version: "1.1.1"
description: Board Support Package (BSP) for M5Stack CoreS3
url: https://github.com/espressif/esp-bsp/tree/master/bsp/m5stack_core_s3

Expand Down
2 changes: 2 additions & 0 deletions bsp/m5stack_core_s3/m5stack_core_s3.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ typedef enum {
BSP_FEATURE_CAMERA,
} bsp_feature_t;

#if (BSP_CONFIG_NO_GRAPHIC_LIB == 0)
static lv_display_t *disp;
static lv_indev_t *disp_indev = NULL;
#endif // (BSP_CONFIG_NO_GRAPHIC_LIB == 0)
static esp_lcd_touch_handle_t tp; // LCD touch handle
sdmmc_card_t *bsp_sdcard = NULL; // Global SD card handler
static bool i2c_initialized = false;
Expand Down

0 comments on commit 18db79e

Please sign in to comment.