Commit Graph

4 Commits

Author SHA1 Message Date
Stephen White e292de1179 Added support for ssd1306 128x64
Options.txt needs the line;-
LCDName = ssd1306_128x64
and depending upon how you want the keyboard's pgup and pgdown keys to work;-
keyboardBrowseLCDScreen = 1

Splits lines connect
SDA to GPIO 2 pin 3
SCL to GPIO 3 pin 5

Non-split lines
SDA to GPIO 0 pin 27
SCL to GPIO 1 pin 28
2018-06-03 18:11:58 +10:00
Jakub Czekański ebc9d6359b moved sources to src/ dir, clean with explicit defined files 2018-05-22 19:04:38 +02:00
Jakub Czekański a7b87c4c05 refactored Makefile, fixed support for different Raspberry versions 2018-05-21 02:27:13 +02:00
Stephen White 6dc9452b2a Project setup 2018-05-20 14:53:34 +10:00