aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-16 21:56:19 -0700
committerChristian Cunningham <cc@localhost>2022-03-16 21:56:19 -0700
commita3732c11ad3bcd2c01a36d0a82a6f310fe8557af (patch)
tree52c7e2aac6bf684911b8ff7dea016ffb8f06f8fc /include
parent495b3fd9d43a0eee1ab9effbb021a9d7e2c4f52d (diff)
Added another test
Diffstat (limited to 'include')
-rw-r--r--include/graphics/lfb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/graphics/lfb.h b/include/graphics/lfb.h
index 2034c75..8184959 100644
--- a/include/graphics/lfb.h
+++ b/include/graphics/lfb.h
@@ -1,8 +1,8 @@
#ifndef GRAPHICS_LFB_H
#define GRAPHICS_LFB_H
-#define GG_MAX_X 128
-#define GG_MAX_Y 100
+#define GG_MAX_X 240
+#define GG_MAX_Y 67
#define DRAW64(x,y,v) draw_hex32(x,y,v>>32);draw_hex32(x+8,y,v);