diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2021-12-28 21:44:35 +0100 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2022-01-30 12:26:36 -0500 |
commit | 68887b4730238ff326130519fb2e64f75bfe1dd6 (patch) | |
tree | 6b5200b655d44d89dcab436235708e57a12bd055 | |
parent | e91e8439ca7be08fab2c9a7cbf022e8cea64e5e9 (diff) | |
download | rockbox-68887b4730.tar.gz rockbox-68887b4730.zip |
manual: reenable "Configuring the Theme" for devices without remote LCD
Commit 0c4f89370d ("[2/4] get rid of HAVE_LCD_CHARCELLS") missed a
closing brace which disabled the above topic in my Sansa Clip+ manual.
Change-Id: Ic7a104757f258a37628645389dbfa1b6c8499415
-rwxr-xr-x | manual/advanced_topics/main.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index b9beb937d8..fc1cee29cd 100755 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex @@ -192,6 +192,7 @@ viewport. This is done by adding the following line to the \config{remote ui viewport: X,Y,[width],[height],[font],[fgshade],[bgshade]}}} \opt{lcd_color}{ \config{remote ui viewport: X,Y,[width],[height],[font],[fgcolour],[bgcolour]}} +} \\* Only the first two parameters \emph{have} to be specified, the others can |