summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/README.rockbox
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2018-03-17 22:54:07 -0400
committerFranklin Wei <git@fwei.tk>2018-03-17 22:54:21 -0400
commit77641d59a7ece60554da6cc1337d885786e5fc3f (patch)
tree5ce575a78224ba993c9f31ba94734a8ebc56203f /apps/plugins/puzzles/README.rockbox
parent6039eb05ba6d82ef56f2868c96654c552d117bf9 (diff)
downloadrockbox-77641d59a7ece60554da6cc1337d885786e5fc3f.tar.gz
rockbox-77641d59a7ece60554da6cc1337d885786e5fc3f.zip
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
Diffstat (limited to 'apps/plugins/puzzles/README.rockbox')
-rw-r--r--apps/plugins/puzzles/README.rockbox7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/plugins/puzzles/README.rockbox b/apps/plugins/puzzles/README.rockbox
index 94dab32c93..012fe78d1b 100644
--- a/apps/plugins/puzzles/README.rockbox
+++ b/apps/plugins/puzzles/README.rockbox
@@ -26,7 +26,7 @@ documentation. These files are stored under help/, and are generated
26by genhelp.sh from the puzzles.but file in the source 26by genhelp.sh from the puzzles.but file in the source
27distribution. The compression is LZ4, implemented in lz4tiny.c (for 27distribution. The compression is LZ4, implemented in lz4tiny.c (for
28decompression on target), and compress.c (for generation). genhelp.sh 28decompression on target), and compress.c (for generation). genhelp.sh
29should be run whenever the documentation is chagned. 29should be run whenever the documentation is changed.
30 30
31Kudos to Simon (duh), and Frank, for telling me about it. 31Kudos to Simon (duh), and Frank, for telling me about it.
32 32
@@ -46,3 +46,8 @@ August 2017: Every game that can be played with only the cursor keys
46is now functional. 46is now functional.
47 47
48October 2017: Added zoom feature. 48October 2017: Added zoom feature.
49
50March 2018: Added help styling. Changed from simple_viewer to
51display_text for displaying help text. compress.c now does additional
52processing on the help text, and also requires a slightly modified
53halibut.