forked from len0rd/rockbox
text viewer: can be selected the number of screens per page.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26613 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e1a0e2cd7a
commit
1445c3b8c5
8 changed files with 84 additions and 87 deletions
|
@ -39,7 +39,7 @@ enum tv_text_type {
|
|||
#define TV_MAX_CHARS_PER_BLOCK (LCD_WIDTH + 1)
|
||||
#endif
|
||||
|
||||
#define TV_MAX_BLOCKS 2
|
||||
#define TV_MAX_BLOCKS 5
|
||||
|
||||
/*
|
||||
* number of spaces to indent first paragraph
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue