From 1d340db87193ca589c3bd5df241ae0ed51a3100d Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 16 Nov 2022 11:34:46 +1100 Subject: Order and group headers correctly --- src/drivers/display.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/drivers/display.cpp') diff --git a/src/drivers/display.cpp b/src/drivers/display.cpp index f5f926bf..c8d796a8 100644 --- a/src/drivers/display.cpp +++ b/src/drivers/display.cpp @@ -1,11 +1,12 @@ #include "display.hpp" + #include #include #include #include #include + #include "assert.h" -#include "display_init.hpp" #include "driver/gpio.h" #include "driver/spi_master.h" #include "esp_attr.h" @@ -17,6 +18,8 @@ #include "hal/spi_types.h" #include "lvgl/lvgl.h" +#include "display_init.hpp" + static const char* kTag = "DISPLAY"; static const gpio_num_t kCommandOrDataPin = GPIO_NUM_21; static const gpio_num_t kLedPin = GPIO_NUM_22; -- cgit v1.2.3