OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Connecting LCD to Pi Zero W Reply To: Connecting LCD to Pi Zero W

#46324

Ray
Keymaster

Yes, look at RPi’s default I2C pins (SDA and SCL), and you can hook up your LCD to those pins. On the firmware side, we haven’t added code to the OSPi section to support I2C but it should be fairly easy to add these. The OpenSprinkler section already supports I2C LCD, so it’s just a matter of adapting those code to OSPi.