lvgl_helpers: Rearrange includes

This commit is contained in:
C47D 2022-01-11 18:56:38 -06:00
parent ceaade41a5
commit 8cb1b3bdc2
2 changed files with 4 additions and 3 deletions

View file

@ -6,8 +6,11 @@
/********************* /*********************
* INCLUDES * INCLUDES
*********************/ *********************/
#include "sdkconfig.h"
#include "lvgl_helpers.h" #include "lvgl_helpers.h"
#include "sdkconfig.h"
#include "driver/spi_common.h"
#include "esp_log.h" #include "esp_log.h"
#include "esp_idf_version.h" #include "esp_idf_version.h"

View file

@ -14,8 +14,6 @@ extern "C" {
*********************/ *********************/
#include <stdbool.h> #include <stdbool.h>
#include "driver/spi_common.h"
#include "lvgl_spi_conf.h" #include "lvgl_spi_conf.h"
#include "lvgl_tft/disp_driver.h" #include "lvgl_tft/disp_driver.h"
#include "lvgl_tft/esp_lcd_backlight.h" #include "lvgl_tft/esp_lcd_backlight.h"