From 8d1f33554b6f9821a832da273432d34a4cad62ea Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Mon, 17 Jul 2017 01:07:14 -0700 Subject: [PATCH] Cleaned up logo comments --- README.md | 10 ++++++++-- ascii2hgr2bit.c | 5 +++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2be912..08fc10a 100644 --- a/README.md +++ b/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 + * 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 + ``` __________________________________________________________@@@@@_______ diff --git a/ascii2hgr2bit.c b/ascii2hgr2bit.c index 49884c9..24045b7 100644 --- a/ascii2hgr2bit.c +++ b/ascii2hgr2bit.c @@ -9,14 +9,15 @@ gcc -Wall -Wextra ascii2hgr2bit.c -o ascii2hgr2bit #include /* - Cleaned up crappy logo by Albert Lai + Cleaned up fugly logo by Albert Lai * 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