RP2040 Circular Display MicroPython Driver Code

This is code I have modified, slightly, to define new colors.  It was included in the DEMO file from Waveshare. from machine import Pin,I2C,SPI,PWM,ADC import framebuf import time I2C_SDA = 6 I2C_SDL = 7 DC = 8 CS = 9 SCK = 10 MOSI = 11 RST = 12 BL = 25 Vbat_Pin = 29 […]

Read More RP2040 Circular Display MicroPython Driver Code

BBC Micro:Bit

The BBC Micro: Bit is, to say the least, an outstanding product.  Designed to give the youth of Great Britain a headstart in the world of computing, the device made its way outside of the UK and has been available in the US for a time now.  I decided to give it a spin and, […]

Read More BBC Micro:Bit