index
:
freeonebook
freeonebook
a free manga reader for the Progress Technologies eOneBook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2018-11-15
remove debug output
freeonebook
Jakob Kaivo
2018-11-15
more error checking
Jakob Kaivo
2018-11-15
properly loading a PNG from disk
Jakob Kaivo
2018-11-15
serialize button queue to avoid screen update races
Jakob Kaivo
2018-11-15
use MagickWand instead of MagickCore
Jakob Kaivo
2018-11-13
remove recursive dependency building
Jakob Kaivo
2018-11-13
redo dependency build as a straight-up shell script
Jakob Kaivo
2018-11-12
automate dependency building
Jakob Kaivo
2018-11-12
add dependency build instructions
Jakob Kaivo
2018-11-12
deintegrate ImageMagick
Jakob Kaivo
2018-11-12
more verbose error reporting
Jakob Kaivo
2018-11-12
split image conversion to a separate file
Jakob Kaivo
2018-11-12
begin integrating ImageMagick
Jakob Kaivo
2018-11-12
add option to specify which screen to map images to
Jakob Kaivo
2018-11-12
loading at least one image correctly
Jakob Kaivo
2018-11-12
attempt to react to button presses with framebuffer actions
Jakob Kaivo
2018-11-12
working to display an image on the screens (for some value of working)
Jakob Kaivo
2018-11-12
further progress
Jakob Kaivo
2018-11-12
split into sections
Jakob Kaivo
2018-11-12
add linux/mxcfb.h for controlling the framebuffer, update CFLAGS
Jakob Kaivo
2018-11-10
don't initialize GPIO ports that aren't actually being used
Jakob Kaivo
2018-11-10
only report button presses twice, which is better than hundreds of times, ↵
Jakob Kaivo
but not as good as once
2018-11-10
maintain fb structures long term
Jakob Kaivo
2018-11-10
work on initializing the screens
Jakob Kaivo
2018-11-10
capture button presses and shutdown requests
Jakob Kaivo
2018-11-10
replace if(cond)return bool;return !bool; with return !cond
Jakob Kaivo
2018-11-10
fix incorrect strings
Jakob Kaivo
2018-11-10
split GPIO stuff into separate file
Jakob Kaivo
2018-11-10
add values for button pushes to be checked at a later date
Jakob Kaivo
2018-11-10
fix all warnings
Jakob Kaivo
2018-11-10
enable warnings
Jakob Kaivo
2018-11-10
style
Jakob Kaivo
2018-11-10
add clean target
Jakob Kaivo
2018-11-10
add some more instructions to README
Jakob Kaivo
2018-11-10
have enable_displays() use gpio_write()
Jakob Kaivo
2018-11-10
complete gpio_init(), room for improvement
Jakob Kaivo
2018-11-10
fix type typo
Jakob Kaivo
2018-11-10
add enabling of GPIO ports and setting direction
Jakob Kaivo
2018-11-10
basic instructions for what will be
Jakob Kaivo
2018-11-10
add email address
Jakob Kaivo
2018-11-10
Initial commit
Jakob Kaivo