mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-04 17:11:01 +00:00
set lora_cs pin
This commit is contained in:
@@ -49,6 +49,8 @@ bool EInkParallelDisplay::connect()
|
|||||||
epaper->initPanel(BB_PANEL_LILYGO_T5PRO, 28000000);
|
epaper->initPanel(BB_PANEL_LILYGO_T5PRO, 28000000);
|
||||||
#elif defined(T5_S3_EPAPER_PRO_V2)
|
#elif defined(T5_S3_EPAPER_PRO_V2)
|
||||||
epaper->initPanel(BB_PANEL_LILYGO_T5PRO_V2, 28000000);
|
epaper->initPanel(BB_PANEL_LILYGO_T5PRO_V2, 28000000);
|
||||||
|
epaper->ioPinMode(0, OUTPUT);
|
||||||
|
epaper->ioWrite(0, HIGH);
|
||||||
#else
|
#else
|
||||||
#error "unsupported EPD device!"
|
#error "unsupported EPD device!"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user