Commit Graph

9455 Commits (v2022.11)
 

Author SHA1 Message Date
HW ade5c4892d better argument parsing and option for gamma correction
included MIT-licensed alt_getopt implementation:
http://files.luaforge.net/releases/alt-getopt/alt-getopt/alt-getopt-0.7.0

created example use of gamma correction.

reader.lua now has usage notes for its invocation syntax.
13 years ago
HW c1476e94c9 included Linux kernel API header file for eink display 13 years ago
HW 447b9fe2b5 added gamma setting to drawcontext
usage in Lua:
dc:setGamma(1.5)
print(dc:getGamma())

set it to a negative value to disable gamma correction
(since gamma correction will always imply calculations
over the full buffer data).
13 years ago
HW 10a8d59882 oops, Makefile wasn't in initial import. 13 years ago
HW 0c24e3c7e0 initial project, basic reader working 13 years ago