diff options
Diffstat (limited to 'src/graphics/lfb.c')
-rw-r--r-- | src/graphics/lfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/lfb.c b/src/graphics/lfb.c index a01c344..8c41b1c 100644 --- a/src/graphics/lfb.c +++ b/src/graphics/lfb.c @@ -11,7 +11,7 @@ unsigned char *lfb; /* raw frame buffer address */ #define SCR_HEIGHT 1080 /** - * Set screen resolution to 1024x768 + * Set screen resolution */ void lfb_init(void) { |