Changes for version 5.01

  • Fixed colorspace handling. Whether your video card is RGB or BGR (or anything else), the module handles it fine. Also, 32, 24, and 16 bit color modes are fully supported now. Note, 16 bit is a bit slower due to the need for bit shifting. So I recommend 32 bit.
  • Color replace (replace_color) is now fixed, and quite a bit faster. Super-fast if you do it without clipping (clip_reset).
  • More code optimizations have been added for speed.
  • cls/screen_clear have been changed a bit to be more effective when clipping is off. You can also enable/disable the console cursor if you pass 'ON' or 'OFF' to them.
  • Splash screen contains info on the video card, and if hardware acceleration is used. It also indicates which color order RGB are (look at the 'GFB' in the upper left circle, they are colored according your video card's order).

Modules

A Simple Framebuffer Graphics Library