set lora_cs pin

This commit is contained in:
Manuel
2025-10-31 21:12:22 +01:00
parent f46a843eaa
commit f843e8a7eb

View File

@@ -49,6 +49,8 @@ bool EInkParallelDisplay::connect()
epaper->initPanel(BB_PANEL_LILYGO_T5PRO, 28000000);
#elif defined(T5_S3_EPAPER_PRO_V2)
epaper->initPanel(BB_PANEL_LILYGO_T5PRO_V2, 28000000);
epaper->ioPinMode(0, OUTPUT);
epaper->ioWrite(0, HIGH);
#else
#error "unsupported EPD device!"
#endif