mirror of
https://github.com/Michaelangel007/6502_linux_logo.git
synced 2024-11-24 08:31:26 +00:00
Show new logo but in original char style
This commit is contained in:
parent
89fe8af8d5
commit
b661d939b1
25
README.md
25
README.md
@ -18,6 +18,7 @@ Size: 696 ($2B8) bytes
|
|||||||
|
|
||||||
* Detects Apple \]\[, \]\[+, //e, //e+, //c, //c+
|
* Detects Apple \]\[, \]\[+, //e, //e+, //c, //c+
|
||||||
* Detects 48K/64K/128K
|
* Detects 48K/64K/128K
|
||||||
|
* System out all uppercase (for Apple \]\[ without lowercase)
|
||||||
* Cleaned up fugly logo by Albert Lai
|
* Cleaned up fugly logo by Albert Lai
|
||||||
* Width is now 70 chars to be exact 4 pixels/char for 280 HGR resolution
|
* 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
|
* Bit-packed Logo takes up 210 bytes (2 bits/char) compared to 80*12 = 960 byte
|
||||||
@ -29,18 +30,18 @@ Size: 696 ($2B8) bytes
|
|||||||
* Expands 2 bits to 4 bits = 2 pixels (70 chars * 4 bits = 280 px)
|
* Expands 2 bits to 4 bits = 2 pixels (70 chars * 4 bits = 280 px)
|
||||||
|
|
||||||
```
|
```
|
||||||
__________________________________________________________@@@@@_______
|
..........................................................#####.......
|
||||||
_________________________________________________________@@@@@@@______
|
.........................................................#######......
|
||||||
______________A__________________________________________@@_@_@@______
|
...............@.........................................## # ##......
|
||||||
@@@@@@_______AA@_________________________________________@BBBBB@______
|
######........@@#........................................#QQQQQ#......
|
||||||
__@@__________@________________________________________@@__BBB__@@____
|
..##...........#.......................................##..QQQ..##....
|
||||||
__@@_______AAA__@@@_@@@@___@@@____@@@__@@@@@_@@@@@____@__________@@___
|
..##.......@@@..###.####...###....###..#####.#####....#..........##...
|
||||||
__@@______A__A@__@@@____@@__@@_____@@____@@___@@_____@____________@@__
|
..##......@..@#..###....##..##.....##....##...##.....#............##..
|
||||||
__@@_____A___A@__@@_____@@__@@_____@@_____@@_@@______@____________@@@_
|
..##.....@...@#..##.....##..##.....##.....##.##......#............###.
|
||||||
__@@________AA@__@@_____@@__@@_____@@______@@@______BB@___________@@B_
|
..##........@@#..##.....##..##.....##......###......QQ#...........##Q.
|
||||||
__@@_____@_AA@___@@_____@@__@@_____@@_____@@_@@____BBBBB@_______@BBBBB
|
..##.....#.@@#...##.....##..##.....##.....##.##....QQQQQ#.......#QQQQQ
|
||||||
__@@____@@_AA@_@_@@_____@@__@@@___@@@____@@___@@___BBBBBB@_____@BBBBBB
|
..##....##.@@#.#.##.....##..###...###....##...##...QQQQQQ#.....#QQQQQQ
|
||||||
@@@@@@@@@@__@@@_@@@@___@@@@___@@@@_@@@_@@@@@_@@@@@__BBBBB@@@@@@@BBBBB_
|
##########..###.####...####...####.###.#####.#####..QQQQQ#######QQQQQ.
|
||||||
```
|
```
|
||||||
|
|
||||||
See: [ascii2hgr2bit](ascii2hgr2bit.c) for packing ASCII to 2 bits/char.
|
See: [ascii2hgr2bit](ascii2hgr2bit.c) for packing ASCII to 2 bits/char.
|
||||||
|
Loading…
Reference in New Issue
Block a user