mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCES
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22580 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8cb5df6a46
commit
e4345365f1
2 changed files with 23 additions and 0 deletions
|
|
@ -89,7 +89,11 @@ drivers/lcd-2bit-vert.c
|
|||
drivers/lcd-2bit-vi.c
|
||||
#endif /* LCD_PIXELFORMAT */
|
||||
#elif LCD_DEPTH == 16
|
||||
#if defined(LCD_STRIDEFORMAT) && LCD_STRIDEFORMAT == VERTICAL_STRIDE
|
||||
drivers/lcd-16bit-vert.c
|
||||
#else
|
||||
drivers/lcd-16bit.c
|
||||
#endif
|
||||
#endif /* LCD_DEPTH */
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue