mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Allow the x and y pixel values of viewports to be a negative number..
%V|-50|0|-|..... will position that viewport 50 pixels from the right of the display at the top. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23378 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a30f25ddd4
commit
bee5900032
3 changed files with 15 additions and 3 deletions
|
@ -35,5 +35,5 @@
|
|||
|
||||
|
||||
# Clock on RTC able targets, and disk access
|
||||
%V|140|0|-|8|0|-|-| # The 140 is (LCD_WIDTH-(6 letters * 6 pixels))
|
||||
%V|-36|0|-|8|0|-|-| # align on the right with room for 6 SYSFONT digits
|
||||
%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->%?lh<*|>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue