major overhaul of the code structure, more OO like

This commit is contained in:
HW
2011-12-08 00:45:39 +01:00
parent f93538256a
commit affc3b231a
8 changed files with 387 additions and 320 deletions

View File

@@ -1,4 +1,5 @@
require "rendertext"
require "graphics"
fb = einkfb.open("/dev/fb0")
width, height = fb:getSize()