mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add support for loadable vkeyboard layouts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9347 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0fec4711d5
commit
75c3d0b9f1
13 changed files with 644 additions and 196 deletions
|
@ -21,4 +21,8 @@
|
|||
|
||||
int kbd_input(char* buffer, int buflen);
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
int load_kbd(unsigned char* filename);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue