Hello, A video request. Can you try Tinyduino which is the smallest esp8266 board with module attachments like display,gps,battery pack which stack up and still look so small. Its not open source hence it's tough to get handson it.
i tried to put it in the pico's storage but it does'nt work (its says that, "no module named 'board' ") . in the 1602 lcd i2c i save the library file in the pico through the thonny ide, but here the file type is'nt python (py), it's (mpy). please explain what to do.
Thanks for another great example.
How to get this to work with a the 7735 display.
Hello, can I use the ssd1331 library for the ssd1357? Will i just need to change my height and width?
Another excellent video. Tq.
Hello,
A video request.
Can you try Tinyduino which is the smallest esp8266 board with module attachments like display,gps,battery pack which stack up and still look so small. Its not open source hence it's tough to get handson it.
Do you have the links to the libraries needed for this?
All you have to do is to download the CircuitPython libraries bundle. circuitpython.org/libraries All the libraries are in there.
Nice video. I use C++ ;(
Can you do the pico and st7789?
Yes, but be careful, if your st7789 display don't have a CS pin, it won't work with CircuitPython.
@@Educ8s Thanks! That is the case for me.
I just saved a day of trial and error and a lot of frustration. ;-) This was what happened to me.
i get the error IndexError: Tile index out of bounds
i tried to put it in the pico's storage but it does'nt work (its says that, "no module named 'board' ") .
in the 1602 lcd i2c i save the library file in the pico through the thonny ide, but here the file type is'nt python (py), it's (mpy).
please explain what to do.
Do you use CircuitPython or MicroPython ?