From 5151986a414a3c0914a18a21f1b8f1c68db4ab38 Mon Sep 17 00:00:00 2001 From: aramya <22577625+thamugadi@users.noreply.github.com> Date: Sun, 10 Oct 2021 22:00:58 +0100 Subject: [PATCH] title screen with colors --- entry/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/boot.c b/entry/boot.c index e3133ff..992067f 100644 --- a/entry/boot.c +++ b/entry/boot.c @@ -38,7 +38,7 @@ void main(void) //fillscreen(85,100,85, 0x100000); for(;;) { - memcpy_24bit(0x81000000, 0x82200000, 0xFF00,1); + memcpy(0x81000000, 0x81000001, 0x10000); } }