You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a couple of epaper displays that are housed in a 3d printed enclosure, but the enclosure is glued shut. the MOSI pin is connected to ESP pin 23.
As such, the display cant be used with this software because it wants MOSI on 13,14 or 19.
Is there a way to customise the pin mappings?
The text was updated successfully, but these errors were encountered:
Works with the standard GxEPD2_32 library using Arduino IDE, if I remember right, the pins are defined by the board definition files, and do seem to change a bit between them.
Also works with ESPHome with the platform set to 'waveshare_epaper' and defining the spi pins in the yaml file to whatever is needed.
Pin 23 is the MOSI pin for quite a few esp32 boards it seems.
I have a couple of epaper displays that are housed in a 3d printed enclosure, but the enclosure is glued shut. the MOSI pin is connected to ESP pin 23.
As such, the display cant be used with this software because it wants MOSI on 13,14 or 19.
Is there a way to customise the pin mappings?
The text was updated successfully, but these errors were encountered: