fix imports
Some checks failed
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 3m19s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Has started running
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Has been cancelled
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Has been cancelled

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-12-24 23:58:50 +01:00
parent c259a3f2c8
commit 1d232960d4

View File

@@ -9,11 +9,13 @@
#ifndef U8G2_ESP32_HAL_H_ #ifndef U8G2_ESP32_HAL_H_
#define U8G2_ESP32_HAL_H_ #define U8G2_ESP32_HAL_H_
#include "u8g2.h" #include "u8g2.h"
#include "driver/gpio.h" #include "driver/gpio.h"
#include "driver/i2c.h" #include "driver/i2c.h"
#include "driver/spi_master.h" #include "driver/spi_master.h"
#include "hal/i2c_types.h"
#define U8G2_ESP32_HAL_UNDEFINED GPIO_NUM_NC #define U8G2_ESP32_HAL_UNDEFINED GPIO_NUM_NC