Update 2015-09-10: I also added a timer 2 based version of the driver which does not need any manual refresh. I created a fast and compact driver for the Sharp memory display LS013B4DN04. The driver is text based and uses 8×8 pixel characters on the screen. The screen can display 12×12 characters using this size of…
Category: Common
Simple Version of the Data Logger Published
I just published the simple version of the data logger hardware and software. The simple version extends storage of the minimal version with external persistent RAM. The additional storage provides space for more records and a higher precision for the records. Temperature and humidity is stored as float and the time as a UNIX timestamp. I…
Lucky World – A jump’n’run game for MeggyJr RGB
Today I release a full featured jump’n’run game for the MeggyJr RGB platform. It has an intro, a level map with more than 16 levels packed with obstacles and even a end scene. This game uses most of the flash of the ATmega328P and it was an interesting challenge to keep everything as compact as…
Source Code for Xmas Decoration on GitHub
Today I found some time to document the source code for the xmas decoration and push it to a GutHub repository. I added some comments to explain some of the cryptic calculations and added warnings what you should not copy from this code. The link to the repository is: https://github.com/LuckyResistor/XmasLights Have a look in the…
From Prototype to the Final Device
After successful testing of the prototype, I created the final device. I added a final page to the Cat Protector project describing step by step how the final device is built from the prototype. You can read all details here: From the Prototype to the Final Device, or start here with the project overview.