J0hn-Lawrence / PiPicoClimate-rs

This project uses a Raspberry Pi Pico W and a Pimoroni Pico enviro+ pack sensor board together with the Embassy framework to measure sensor data and send that data out via MQTT.
MIT License
0 stars 0 forks source link

Integrate display driver for Pimorono Enviro + Pack display #7

Open J0hn-Lawrence opened 9 months ago

J0hn-Lawrence commented 9 months ago

In order to use the display that is part of the Pimoroni Enviro + Pack, a display driver (ST7789V chip using SPI) needs to be integrated, according to the details described in the Enviro + Pack datasheet. This can be done with the help of the display example in the Embassy Raspberry Pi Pico examples, here.

J0hn-Lawrence commented 9 months ago

See this example for the mipidsi driver with Pi Pico W. ST7789 crate is deprecated in favor of mipidsi.