Update _P036_FrameOLED.ino

Add 72x40 display
This commit is contained in:
andbad
2026-05-12 15:42:23 +02:00
committed by GitHub
parent 76729ae905
commit 032c480a5f
+1
View File
@@ -305,6 +305,7 @@ boolean Plugin_036(uint8_t function, struct EventStruct *event, String& string)
const int optionValues[] =
{ static_cast<int>(p036_resolution::pix128x64),
static_cast<int>(p036_resolution::pix128x32),
static_cast<int>(p036_resolution::pix72x40),
static_cast<int>(p036_resolution::pix64x48) };
OLedFormSizes(F("size"), optionValues, P036_RESOLUTION, true);
}