rockbox/apps/gui/skin_engine
Thomas Martitz a1842c04f9 lcd-24bit: Introduce a 24-bit mid-level LCD driver
With LCD driver all calculation will be performed on RGB888 and the hardware/OS
can display from our 24bit framebuffer.

It is not yet as performance optimized as the existing drivers but should be
good enough.The vast number of small changes is due to the fact that
fb_data can be a struct type now, while most of the code expected a scalar type.

lcd-as-memframe ASM code does not work with 24bit currently so the with 24bit
it enforces the generic C code.

All plugins are ported over. Except for rockpaint. It uses so much memory that
it wouldnt fit into the 512k plugin buffer anymore (patches welcome).

Change-Id: Ibb1964545028ce0d8ff9833ccc3ab66be3ee0754
2014-06-21 00:15:53 +02:00
..
skin_backdrops.c skin_engine/backdrops: Have to reload default backdrops from setting when it changed. 2014-01-22 16:58:58 +01:00
skin_display.c skin_engine: Make %Vs affect the whole line. 2014-04-18 13:27:25 +02:00
skin_display.h skin_engine: Adapt put_line(). 2014-01-07 14:13:40 +01:00
skin_engine.c Fix red on monochrome. 2014-01-22 17:31:24 +01:00
skin_engine.h skin_engine: Add a debug screen to display skin ram usage 2013-02-12 21:01:13 +11:00
skin_parser.c fix indenting, editor went nuts 2014-06-02 22:01:36 +10:00
skin_render.c lcd-24bit: Introduce a 24-bit mid-level LCD driver 2014-06-21 00:15:53 +02:00
skin_tokens.c Revert "skin tags: fix the id3 track/disc numbers in conditionals" 2013-02-28 16:53:41 +11:00
skin_touchsupport.c Implement time-based resume and playback start. 2014-03-10 04:12:30 +01:00
wps_internals.h skin_engine: New param "noborder" for the bar tags. 2014-01-12 15:22:29 +01:00