The goal here was to take a common (and cheap) SSD1306 LCD module and drive it using a PIC16F677A. Now, there’s a lot of code online - libraries and such - for driving an SSD1306, but the problem is that these all use buffered memory (i.e. a temporary screenbuffer to...
[Read More]
Hello! I'm Hammond (kiwih on Github) and I like to tinker and build things!
A CubeMX compatible SD card driver
For use with FatFS!
The first time that I tried to get an SD card working with CubeMX I found a most interesting affair - not particularly complicated, but definitely a little fiddly.
[Read More]