Accurate framebuffer size

This commit is contained in:
Romain Goyet
2015-09-10 12:20:35 +02:00
parent 3e34559c80
commit 174fff79cb
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ MEMORY {
*/
}
FRAMEBUFFER_SIZE = 9K;
FRAMEBUFFER_SIZE = 9600;
STACK_SIZE = 4K;
SECTIONS {

View File

@@ -5,7 +5,7 @@ extern char _framebuffer_start;
#define ION_FRAMEBUFFER_ADDRESS ((void *)(&_framebuffer_start))
#define ION_FRAMEBUFFER_WIDTH 240
#define ION_FRAMEBUFFER_HEIGHT 320
#define ION_FRAMEBUFFER_BITS_PER_PIXEL 16
#define ION_FRAMEBUFFER_HEIGHT 160
#define ION_FRAMEBUFFER_BITS_PER_PIXEL 2
#endif