+ Fixup: Boards/LilygoTloraPager - Rename declaration for init routine

This commit is contained in:
Dominic Höglinger 2025-07-03 19:07:58 +02:00
parent 26e5204c37
commit adec22bfe7

View File

@ -9,7 +9,7 @@
#define TDECK_SPI_TRANSFER_SIZE_LIMIT (TDECK_LCD_HORIZONTAL_RESOLUTION * TDECK_LCD_SPI_TRANSFER_HEIGHT * (LV_COLOR_DEPTH / 8)) #define TDECK_SPI_TRANSFER_SIZE_LIMIT (TDECK_LCD_HORIZONTAL_RESOLUTION * TDECK_LCD_SPI_TRANSFER_HEIGHT * (LV_COLOR_DEPTH / 8))
bool tloraInit(); bool tpagerInit();
using namespace tt::hal; using namespace tt::hal;