From 339acee94c0ff2060bd96a720cae8b4bbaf41e7f Mon Sep 17 00:00:00 2001 From: Duncan Date: Wed, 21 May 2014 08:41:27 -0700 Subject: [PATCH] Updated G1 Elements Layout (markdown) --- G1-Elements-Layout.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/G1-Elements-Layout.md b/G1-Elements-Layout.md index 104374c..22b9fb6 100644 --- a/G1-Elements-Layout.md +++ b/G1-Elements-Layout.md @@ -17,11 +17,11 @@ When you have jumped to the correct line there are 2 bytes that inform you of th Example G1 Element 4x4 pixels. ``` -0000: 0x0008,0x000F,0x0015,0x0018 ;4 words +0000: 0x0008,0x000F,0x0015,0x0018 ;4 words in line offsets 0008: 0x01,0x01,0xff,0x82,0x00,0xa1,0xff ;7 bytes in line 0 -000F: 0x84,0x00,0xff,0xff,0xa1,0xff ;6 bytes in line 1 -0015: 0x81,0x03,0xff ;3 bytes in line 2 -0018: 0x81,0x03,0xa1 ;3 bytes in line 3 +000F: 0x84,0x00,0xff,0xff,0xa1,0xff ;6 bytes in line 1 +0015: 0x81,0x03,0xff ;3 bytes in line 2 +0018: 0x81,0x03,0xa1 ;3 bytes in line 3 ``` Final image. Note that blank areas will be whatever the current drawing area is.