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
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.
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.