Add stm32f7

This commit is contained in:
fvanroie 2021-09-17 16:32:48 +02:00
parent afa3635e55
commit 74f1bccc9d

View File

@ -187,7 +187,7 @@ typedef void* lv_group_user_data_t;
typedef void* lv_fs_drv_user_data_t;
/*File system interface*/
#define LV_USE_FS_IF 1
#define LV_USE_FS_IF !defined(STM32)
#if LV_USE_FS_IF
# define LV_FS_IF_FATFS '\0'
#if defined(STM32F4xx) // || defined(ARDUINO_ARCH_ESP8266)