Changes for version 4.22

  • I added a new mode to the framebuffer engine. Typically the module uses a memory mapped method to draw to the framebuffer. It's fast, but on some systems, this may be unstable. In such cases, you have the option of telling the drawing engine to use a file handle mode instead. File handle mode is a little slower, so use this mode only if necessary. See the manual for specifics.

Modules

A Simple Framebuffer Graphics Library