Files
-
/
-
addon board / C64Saver2-addon.kicad_pcb
-
addon board / C64Saver2-addon.sch
-
addon board / rescue-backup / C64Saver2-addon-2019-05-19-18-52-40.sch
-
C64 Saver 2 / C64Saver2.kicad_pcb
-
C64 Saver 2 / C64Saver2.sch
-
old-saver / 1.0 / c64saver.brd
-
old-saver / 1.0 / c64saver.sch
-
old-saver / 1.1-1.3 / c64saver_1.1.brd
-
old-saver / 1.1-1.3 / c64saver_1.1.sch
-
old-saver / 1.1-1.3 / c64saver_1.2.brd
-
old-saver / 1.1-1.3 / c64saver_1.3.brd
-
old-saver / 1.1-1.3 / c64saver_1.3.sch
Last update 5 years 8 months
by
bwack
Filesaddon boardsrclibstinusaur-ssd1306xledssd1306xled_imgs1 | |
---|---|
.. | |
Makefile | |
README.txt | |
img0s128x64c1.h | |
img1s128x64c1.h | |
main.c |
README.txtSSD1306xLED - Library/Driver for the SSD1306 based OLED/PLED 128x64 displays This is a testing project. This program demonstrates the use of the SSD1306xLED library. To build the project, type: $ make To program the binary into the microcontroller, type: $ make program Alternatively, to program the binary, type: $ avrdude -c usbasp -p t85 -U flash:w:"main.hex":a To clean up files left out from previous builds, type: $ make clean