“Performs ok once enabled. The documentation is terrible in support. Probably better to get another version that has better documentation unless you are happy to build from scratch.”
“After getting the Waveshare Pico RTC and being very happy with it, I decided to also get this display to see if I could get it working and play around with it.
Very happy with it - the wiki and example code was very helpful to get familiar with the display, especially with some more documentation reading.
With a Pico 2W, I was able to code to make a mini departure board with the Realtime Trains API fairly quickly too with MicroPython :)”
“An excellent display and well matched to the PICO size BUT the information linked in the product description as "Online resources" is really poor. The code to download the driver files is incorrect (filename changes between lines) and the process to install is hard to follow and actually unecessary. Once you have the driver files downloaded the relevant python uf2 file is already in the file structure so no need to build your own. Appreciate that Pi Hut is not responsible for updating external websites but perhaps nudging their supplier to do so would help others.”
“It took a little while to get this device to work. I could not get it to work with the I2C interface but it does work well with the SPI interface.
If you refer to part 3 of the temperature regulator example, you can find a link to this module: https://github.com/DJPaulo/auto-brew-py/blob/main/PicoOLED1point3spi.py. (my thanks to Paulo).
You can temporarily uncomment the bottom section of this module, to run some test routines.
I've utilised this module to record temperature and humidity with a DHT22 sensor”