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
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user