forked from xiaozhi/xiaozhi-esp32
fix compile warnings
This commit is contained in:
@@ -126,8 +126,8 @@ Ssd1306Display::~Ssd1306Display() {
|
||||
lvgl_port_deinit();
|
||||
}
|
||||
|
||||
void Ssd1306Display::Lock() {
|
||||
lvgl_port_lock(0);
|
||||
bool Ssd1306Display::Lock(int timeout_ms) {
|
||||
return lvgl_port_lock(timeout_ms);
|
||||
}
|
||||
|
||||
void Ssd1306Display::Unlock() {
|
||||
|
||||
Reference in New Issue
Block a user