Commit Graph

6 Commits (f307264fb67d3c1108b2442e0771e2e2a8c96356)

Author SHA1 Message Date
HW f307264fb6 added freetype text rendering (still buggy)
this allows to render glyphs and also brings a simple
engine for rendering UTF-8 strings onto the framebuffer.
blitting to uneven offset is implemented here, too, but
needs more work and is still buggy.

In the end, this will allow for a simple GUI.
13 years ago
HW 2414a4b9ec fixed bugs: initialization in einkfb.c, cache aging 13 years ago
HW c2dd2d9897 switched blitbuffer to 4bpp (from 8bpp alpha + 8bpp gray)
this should allow to cache more, bigger pixmaps. We'll need this for
zoomed-in pages.
13 years ago
HW 7fafc61bb8 debug output leftover removed 13 years ago
HW 2a789efefb changed/enabled reader device emulation
The sources can now conditionally compile emulation code
for the e-ink framebuffer and input events.
It uses SDL for doing that, so you need this installed
if you want to use emulation (you do not need it if you're
only compiling for the e-ink device).
This allows for rapid testing of new code.
13 years ago
HW 0c24e3c7e0 initial project, basic reader working 13 years ago