Cleanup readme

This commit is contained in:
Michaelangel007 2017-07-17 15:22:12 -07:00
parent c0b921a4b3
commit 927d2ec7c7
1 changed files with 5 additions and 3 deletions

View File

@ -19,16 +19,16 @@ Size: 696 ($2B8) bytes
* Detects Apple \]\[, \]\[+, //e, //e+, //c, //c+
* Pretty-print model instead of generic "II_" (bloats from 696 but worth it.)
* Detects 48K/64K/128K
* System out all uppercase (for Apple \]\[ without lowercase)
* System information in all uppercase (for Apple \]\[ without lowercase)
* Cleaned up fugly logo by Albert Lai
* Width is now 70 chars to be exact 4 pixels/char for 280 HGR resolution
* Bit-packed Logo takes up 210 bytes (2 bits/char) compared to 80*12 = 960 byte
* Logo is bit packed 2 bits/char, expands 70 chars * 4 px = 280 px
* X is now symmetrical
* Fixed L,i,n kerning
* Fixed x Penguin kerning
* Fixed L to fit
* Chopped off 2 columns of penguin to fit 70 chars
* Expands 2 bits to 4 bits = 2 pixels (70 chars * 4 bits = 280 px)
```
..........................................................#####.......
@ -51,13 +51,15 @@ NOTE: PackedLen isn't needed if full 40 bytes HGR width is unpacked to.
Inspired from non-optimized version. Size: 1,573 ($625) bytes
* https://github.com/deater/linux_logo
Note: Lowercase doesn't display properly on \]\[.
![Apple \]\[+](pics/ll_6502_2plus.png)
![Apple //e ](pics/ll_6502_2e.png)
# License
[WTFPl](http://www.wtfpl.net/)
[WTFPL](http://www.wtfpl.net/)
If you use code, please provide a comment link so people can follow it for updates.