diff --git a/README.md b/README.md index eaec131..a50d8e8 100644 --- a/README.md +++ b/README.md @@ -874,6 +874,8 @@ Enter in: We should now see an closed apple glyph! +![Screenshot 11](pics/hgrfont_11.png?raw=true) + To change which glyph is printed: 304:41 @@ -881,6 +883,8 @@ To change which glyph is printed: And we should see an `A` printed. +![Screenshot 12](pics/hgrfont_12.png?raw=true) + We now have the ability to print any of the 128 ASCII characters! @@ -932,6 +936,8 @@ Enter in this code: We now have an ASCII char inspector! +![Screenshot 13](pics/hgrfont_13.png?raw=true) + ## Character Inspector version 2 @@ -984,6 +990,8 @@ Enter in: And now we have our own DrawHexByte() function. +![Screenshot 14](pics/hgrfont_14.png?raw=true) + ## Character Inspector version 3 @@ -1043,6 +1051,8 @@ Enter in: 1060:38 39 41 42 43 44 45 46 1000G +![Screenshot 15](pics/hgrfont_15.png?raw=true) + ## Y Cursor Position diff --git a/pics/hgrfont_11.png b/pics/hgrfont_11.png new file mode 100644 index 0000000..a4fcca0 Binary files /dev/null and b/pics/hgrfont_11.png differ diff --git a/pics/hgrfont_12.png b/pics/hgrfont_12.png new file mode 100644 index 0000000..bd849cb Binary files /dev/null and b/pics/hgrfont_12.png differ diff --git a/pics/hgrfont_13.png b/pics/hgrfont_13.png new file mode 100644 index 0000000..9266b1b Binary files /dev/null and b/pics/hgrfont_13.png differ diff --git a/pics/hgrfont_14.png b/pics/hgrfont_14.png new file mode 100644 index 0000000..bc5ae5c Binary files /dev/null and b/pics/hgrfont_14.png differ diff --git a/pics/hgrfont_15.png b/pics/hgrfont_15.png new file mode 100644 index 0000000..ad62ec8 Binary files /dev/null and b/pics/hgrfont_15.png differ