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:
Karl Kurbjun 2009-09-01 00:57:47 +00:00
parent 8cb5df6a46
commit e4345365f1
2 changed files with 23 additions and 0 deletions

View file

@ -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 */