mirror of
https://github.com/Michaelangel007/6502_linux_logo.git
synced 2024-11-21 19:30:50 +00:00
Cleaned up logo comments
This commit is contained in:
parent
abb7b0a396
commit
8d1f33554b
10
README.md
10
README.md
@ -11,9 +11,15 @@ Features:
|
||||
|
||||
* Detects Apple \]\[, \]\[+, //e, //e+, //c, //c+
|
||||
* Detects 48K/64K/128K
|
||||
* Cleaned up fugly Linux Logo
|
||||
* Made logo 70 chars for integer multiple of 280 HGR width
|
||||
* Cleaned up fugly logo by Albert Lai <aylai@unixg.ubc.ca>
|
||||
* Width is now 70 chars to be exact 4 pixels/char for 280 HGR resolution
|
||||
* Logo takes up 210 bytes (2 bits/char) compared to 80*12 = 960 byte
|
||||
* 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
|
||||
|
||||
|
||||
```
|
||||
__________________________________________________________@@@@@_______
|
||||
|
@ -9,14 +9,15 @@ gcc -Wall -Wextra ascii2hgr2bit.c -o ascii2hgr2bit
|
||||
#include <stdio.h>
|
||||
|
||||
/*
|
||||
Cleaned up crappy logo by Albert Lai <aylai@unixg.ubc.ca>
|
||||
Cleaned up fugly logo by Albert Lai <aylai@unixg.ubc.ca>
|
||||
|
||||
* Width is now 70 chars to be exact 4 pixels/char for 280 resolution
|
||||
* Logo takes up 210 bytes (2 bits/char) compared to 80*12 = 960 byte
|
||||
* X is now symmetrical
|
||||
* Fixed L,i,n kerning
|
||||
* Fixed x Penguin kerning
|
||||
* Fixed L to fit
|
||||
* Chopped off 2 columsn of penguin to fit 70 chars
|
||||
* Chopped off 2 columns of penguin to fit 70 chars
|
||||
|
||||
https://github.com/deater/linux_logo/blob/master/logos/banner.logo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user