forked from len0rd/rockbox
puzzles: add formatting to help viewer
The help text is now processed to generate a style array to pass to the display_text library in addition to the text itself. The help text is still compressed using LZ4, and still fits on the c200v2. Change-Id: I7a3a664f90f67a1a018956c72d2b62d92b8ffd17
This commit is contained in:
parent
6039eb05ba
commit
77641d59a7
44 changed files with 7768 additions and 6979 deletions
|
@ -1,4 +1,11 @@
|
|||
/* defined in help/ */
|
||||
#ifdef ROCKBOX
|
||||
#include "lib/display_text.h"
|
||||
#endif
|
||||
|
||||
extern const char help_text[], quick_help_text[];
|
||||
extern const unsigned short help_text_len, quick_help_text_len;
|
||||
/* defined in help/ */
|
||||
extern const char help_text[];
|
||||
#ifdef ROCKBOX
|
||||
extern const char quick_help_text[];
|
||||
extern const struct style_text help_text_style[];
|
||||
extern const unsigned short help_text_len, quick_help_text_len, help_text_words;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue