generated from luke-else/esp32-std-template
Updated cargo dependencies and upgrades to IDF v5.1.1
This commit is contained in:
@ -9,7 +9,9 @@ use embedded_graphics::{
|
||||
text::{Alignment, Text},
|
||||
};
|
||||
|
||||
use esp_idf_hal::i2c::I2cDriver;
|
||||
use esp_idf_svc::hal::i2c::I2cDriver;
|
||||
|
||||
|
||||
|
||||
use ssd1306::{
|
||||
prelude::*, rotation::DisplayRotation, size::DisplaySize, I2CDisplayInterface, Ssd1306,
|
||||
|
Reference in New Issue
Block a user