From b369f37c6244b5d56742b56f745219fb2544efe2 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 16 Feb 2007 01:10:41 +0000 Subject: Some hi-res support. Added new config page and averaging touchscreen reads. In process of writing file selector. --- include/framebuffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/framebuffer.h') diff --git a/include/framebuffer.h b/include/framebuffer.h index 2fd7bc3..7b04685 100644 --- a/include/framebuffer.h +++ b/include/framebuffer.h @@ -27,6 +27,7 @@ void FB_Init(uint16 *vram); void FB_Print(const char *text, int x, int y, int colour, int paper); void FB_Centre(const char *text, int y, int colour, int paper); +void FB_printf(int x, int y, int colour, int paper, const char *format, ...); void FB_HLine(int x1, int x2, int y, int colour); void FB_VLine(int x, int y1, int y2, int colour); void FB_Box(int x, int y, int w, int h, int colour); -- cgit v1.2.3