mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 15:18:05 -04:00
pandora: handle custom size fb for menu layer
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@897 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
f679add71b
commit
b6eccda317
9 changed files with 65 additions and 38 deletions
|
@ -11,6 +11,9 @@
|
|||
#define SCREEN_SIZE_FIXED 1
|
||||
#define SCREEN_WIDTH 512
|
||||
#define SCREEN_HEIGHT 272
|
||||
#define MSCREEN_SIZE_FIXED 1
|
||||
#define MSCREEN_WIDTH SCREEN_WIDTH
|
||||
#define MSCREEN_HEIGHT SCREEN_HEIGHT
|
||||
|
||||
// draw.c
|
||||
#define USE_BGR555 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue