mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
pegbox, sliding_puzzle, sokoban, solitaire, sudoku, and superdom: Add support for vertical strides
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22573 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1baf5c9463
commit
cdafa3e498
6 changed files with 37 additions and 27 deletions
|
@ -73,7 +73,7 @@ Example ".ss" file, and one with a saved state:
|
|||
#include "pluginbitmaps/sudoku_start.h"
|
||||
|
||||
#define BITMAP_HEIGHT (BMPHEIGHT_sudoku_normal/10)
|
||||
#define BITMAP_STRIDE BMPWIDTH_sudoku_normal
|
||||
#define BITMAP_STRIDE STRIDE(BMPWIDTH_sudoku_normal, BMPHEIGHT_sudoku_normal)
|
||||
|
||||
#if (LCD_DEPTH>2)
|
||||
#define BITMAP_WIDTH (BMPWIDTH_sudoku_normal/2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue