From 276ddc39e913b762fc12be5e7593d92d6f70029e Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 28 Jun 2016 11:13:14 -0500 Subject: [PATCH] gvar.video.page[1].pattern_ofs removed because it is just (0x10000UL - (uint16_t)gvar.video.page[1].data) the image now bounce like the leamer --- src/lib/typdefst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index b9424ebd..ddd56a16 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -90,7 +90,7 @@ typedef struct { typedef struct { //vrs with sprite .... -} vrs_t +} vrs_t; typedef struct { -- 2.39.5