summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/compress.c (follow)
Commit message (Collapse)AuthorAge
* puzzles: silence some warningsFranklin Wei2018-04-24
| | | | Change-Id: Id6fd9d8dd3021f5e2cb93565d7e419aaf07f9af0
* puzzles: fix typoFranklin Wei2018-03-18
| | | | Change-Id: I6b8c18472749248508d4e5b1595b8903e687f67c
* puzzles: add formatting to help viewerFranklin Wei2018-03-17
| | | | | | | | 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
* puzzles: fix buildFranklin Wei2017-08-16
| | | | Change-Id: Ifb6d7938968a48a1492483b33c84050abcfb75e0
* puzzles: compress extensive help textFranklin Wei2017-08-16
This is only really needed to save a few bytes on the c200v2, but since it adds negligible overhead, so it's implemented for all targets. A stripped down version of the LZ4 reference implementation is found in lz4tiny.c. Change-Id: Ib914ba71c84e04da282328662c752e533912e197