Renamed getLvglSyncLock() to getSyncLock() (#221)
This commit is contained in:
committed by
GitHub
parent
6e77d5027f
commit
ad2cad3bf1
@@ -78,7 +78,7 @@ extern const tt::hal::Configuration lilygo_tdeck = {
|
||||
.initMode = tt::hal::spi::InitMode::ByTactility,
|
||||
.canReinit = false,
|
||||
.hasMutableConfiguration = false,
|
||||
.lock = tt::lvgl::getLvglSyncLock() // esp_lvgl_port owns the lock for the display
|
||||
.lock = tt::lvgl::getSyncLock() // esp_lvgl_port owns the lock for the display
|
||||
}
|
||||
},
|
||||
.uart {
|
||||
|
||||
Reference in New Issue
Block a user