t114 display : some fixes

This commit is contained in:
Florent de Lamotte 2025-04-30 11:26:04 +02:00
parent f68b9bbfca
commit 05254bd67b
3 changed files with 8 additions and 1 deletions

View file

@ -11,4 +11,5 @@ const uint32_t g_ADigitalPinMap[] = {
void initVariant()
{
pinMode(PIN_USER_BTN, INPUT);
}