rockbox/apps/gui/skin_engine
William Wilgus 0b5f1b68e6 [Bugfix] Copy current lcd contents into empty background buffers
the manual states the following:
%V(0,0,-,-,-) %VB
Use %x(filename, 0, 0) to draw a backdrop image (If you want one!)
Then add %V(0,0,-,-,-)

if you forget then it causes display corruption
due to the uninitialized background buffer

instead make a copy of the current screen into the blank backdrop
so we won't be showing garbled data on the screen

Change-Id: I3f0df131d36537e91688e104c9445a604f657362
2025-01-06 02:26:11 -05:00
..
skin_backdrops.c [Bugfix] Copy current lcd contents into empty background buffers 2025-01-06 02:26:11 -05:00
skin_display.c radio.c presets.c small clean-up 2024-11-30 16:42:43 -05:00
skin_display.h skin engine: Remove progressbar viewport field 2022-11-23 09:44:23 -05:00
skin_engine.c [Fix Yellow] remove DEBUGF from skin_parser.c cleanup spaces 2024-12-03 01:48:50 -05:00
skin_engine.h [Fix Yellow] remove DEBUGF from skin_parser.c cleanup spaces 2024-12-03 01:48:50 -05:00
skin_parser.c wps skin_parser free up skin ram with int16_t 2024-12-31 01:53:20 -05:00
skin_render.c skin_render small cleanup 2024-12-31 20:17:56 -05:00
skin_tokens.c FS#13537: format_sound_value alignment issue in themes 2025-01-03 13:45:14 -05:00
skin_touchsupport.c RFC: Extend skin engine to handle EQ settings 2024-04-21 18:27:11 -04:00
wps_internals.h wps skin_parser free up skin ram with int16_t 2024-12-31 01:53:20 -05:00