mirror of
https://github.com/Michaelangel007/apple2_hgr_font_tutorial.git
synced 2024-11-22 03:30:50 +00:00
Added pics 1 & 2
This commit is contained in:
parent
cda3d3790f
commit
ad16fe365f
@ -108,6 +108,8 @@ Voila!
|
|||||||
|
|
||||||
You should see an uppercase A appear in the top left of the HGR screen.
|
You should see an uppercase A appear in the top left of the HGR screen.
|
||||||
|
|
||||||
|
![Screenshot 1](pics/hgrfont_01.png?raw=true)
|
||||||
|
|
||||||
Magic? :-)
|
Magic? :-)
|
||||||
|
|
||||||
Nah, just Computer Science. :-)
|
Nah, just Computer Science. :-)
|
||||||
@ -276,6 +278,8 @@ We would only get:
|
|||||||
* 3 scanlines instead of the expected 4 (see the next point), and
|
* 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: `/`
|
* 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:
|
On the Apple we need to flip each byte:
|
||||||
|
|
||||||
%0000_0001 = $01
|
%0000_0001 = $01
|
||||||
|
BIN
pics/hgrfont_01.png
Normal file
BIN
pics/hgrfont_01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 B |
BIN
pics/hgrfont_02.png
Normal file
BIN
pics/hgrfont_02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 350 B |
Loading…
Reference in New Issue
Block a user