Renamed getLvglSyncLock() to getSyncLock() (#221)

This commit is contained in:
Ken Van Hoeylandt
2025-02-14 00:06:52 +01:00
committed by GitHub
parent 6e77d5027f
commit ad2cad3bf1
14 changed files with 16 additions and 16 deletions
@@ -74,7 +74,7 @@ const tt::hal::Configuration m5stack_cores3 = {
.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
}
}
};
@@ -17,7 +17,7 @@ std::shared_ptr<SdCardDevice> createSdCard() {
GPIO_NUM_NC,
GPIO_NUM_NC,
SdCardDevice::MountBehaviour::AtBoot,
tt::lvgl::getLvglSyncLock(),
tt::lvgl::getSyncLock(),
{
CORES3_LCD_PIN_CS
},