diff --git a/README.md b/README.md index 1008b2c..b2d445c 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ Voila! You should see an uppercase A appear in the top left of the HGR screen. +![Screenshot 1](pics/hgrfont_01.png?raw=true) + Magic? :-) Nah, just Computer Science. :-) @@ -276,6 +278,8 @@ We would only get: * 3 scanlines instead of the expected 4 (see the next point), and * the image would be flipped along the left-right (X axis) like this: `/` +![Screenshot 2](pics/hgrfont_02.png?raw=true) + On the Apple we need to flip each byte: %0000_0001 = $01 diff --git a/pics/hgrfont_01.png b/pics/hgrfont_01.png new file mode 100644 index 0000000..18ccbda Binary files /dev/null and b/pics/hgrfont_01.png differ diff --git a/pics/hgrfont_02.png b/pics/hgrfont_02.png new file mode 100644 index 0000000..9abeee5 Binary files /dev/null and b/pics/hgrfont_02.png differ