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

Upgrading your car: replacing that old CD Player with a new touchscreen system with Bluetooth and more

I have a 2007 Nissan Altima Hybrid. It is nothing fancy, and isn’t in the best shape. Oh, the body is in good shape, it needs a little TLC, like paint and other cosmetic fixes.  Creature comfort wise, though, it came with a workable CD/Radio, cruise, power seats and…that’s about it.  Well, I also have […]

Read More Upgrading your car: replacing that old CD Player with a new touchscreen system with Bluetooth and more