For the most part yes. No Mic and no Gas sensor.
0.96" SPI Color LCD (160x80) Breakout
RV3028 Real-Time Clock (RTC) Breakout
BME280 Temperature, Pressure, Humidity Sensor Breakout
LTR-559 Light & Proximity Sensor Breakout
VEML6075 UVA/B Sensor Breakout
One build runs a modified version of the Enviro+ all-in-one-enviro-mini.py.
It’s what’s shown running on the Enviro+ on its product page.
Three 0.96" SPI Color LCD’s on SPI 1. One graphs Temperature, one graphs Humidity, and the third graphs Pressure.
Another build runs a modified version of the Enviro weather-and-light.py.
It’s what’s shown running on the Enviro on the product page.
Two 0.96" SPI Color LCD’s on SPI 0. One shows indoor and one shows outdoor.
Two BME280’s, one for indoor and one for outdoor. It will show UV index too. It’s all mocked up, half on Proto boards and half on Breakout Garden Hats, on a pHat Stack.
Still have a ton of python coding to do for the second BME280.
The first LCD is working showing indoor values. It’s usable as an Enviro right now.
EDIT: