diff options
author | Christian Cunningham <cc@localhost> | 2022-03-16 22:28:33 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-16 22:28:33 -0700 |
commit | a9f63b8cdb930d079cc69d492fe44dc8224c1e03 (patch) | |
tree | c97c9f84f5caa2b0cc77850c21f33b9f5cefaecb /src/graphics/lfb.c | |
parent | a3732c11ad3bcd2c01a36d0a82a6f310fe8557af (diff) |
More comments
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) { |