From 354f7f6075e4c911b66c34b33bab64e5ec407c3e Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 28 Jun 2016 11:25:13 -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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index 28b1ed6a..07f09736 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -89,8 +89,14 @@ typedef struct { typedef struct { - //vrs with sprite .... + //sprite .... boolean wwww; +} spri_t; + +typedef struct +{ + //vrs with sprite .... + spri_t *spri; } vrs_t; typedef struct -- 2.39.5