mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2024-12-13 00:29:12 +00:00
Replaced tables with images in Appendix B
This commit is contained in:
parent
2c34543637
commit
0ccfa5bf38
@ -920,6 +920,14 @@ Appendix B: Apple Character Set
|
||||
|
||||
Below are complete listings of the Apple //e Enchanced (and Apple //c) ROM character set. The characters are shown as they appear on a black video screen. In other words, "normal" is white text on a black background. These values can be passed directly into WGPlot (&PLOT in Applesoft) to draw any character directly to the screen. No need to mess with inverse mode and escape characters!
|
||||
|
||||
Note: The tables below are images, because GitHub's flavor of Markdown rendering doesn't support any form of coloring text or backgrounds in tables. It's safe to assume you're viewing this in GitHub's viewer, so I've screen-captured the tables from a local program that does render all mixed HTML/Markdown properly.
|
||||
|
||||
<img src="docart/romchars1.jpg">
|
||||
<img src="docart/romchars2.jpg">
|
||||
<img src="docart/romchars3.jpg">
|
||||
<img src="docart/romchars4.jpg">
|
||||
|
||||
<!--
|
||||
<table>
|
||||
<tr>
|
||||
<th>Value</th><th>Character</th><th>Value</th><th>Character</th><th>Value</th><th>Character</th><th>Value</th><th>Character</th>
|
||||
@ -1374,7 +1382,6 @@ Below are complete listings of the Apple //e Enchanced (and Apple //c) ROM chara
|
||||
|
||||
</table>
|
||||
|
||||
<p COLOR="#800517">Hello!</p>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
@ -1525,4 +1532,6 @@ Below are complete listings of the Apple //e Enchanced (and Apple //c) ROM chara
|
||||
<img src="docart/mousetext255.jpg"></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</table>
|
||||
|
||||
--!>
|
||||
|
BIN
docart/romchars1.jpg
Normal file
BIN
docart/romchars1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 368 KiB |
BIN
docart/romchars2.jpg
Normal file
BIN
docart/romchars2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 366 KiB |
BIN
docart/romchars3.jpg
Normal file
BIN
docart/romchars3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 410 KiB |
BIN
docart/romchars4.jpg
Normal file
BIN
docart/romchars4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 176 KiB |
Loading…
Reference in New Issue
Block a user