From 568a15ff873e9c65a60cf4bedd9f7f2ea0b31b8f Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Wed, 1 Jul 2020 16:51:49 -0400 Subject: [PATCH] Elaborate on description and CC0 waiver in cabi.c Also renamed file LICENSE to COPYING as recommended for CC0 --- extras/cabi/{LICENSE => COPYING} | 0 extras/cabi/cabi.c | 25 +++++++++++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) rename extras/cabi/{LICENSE => COPYING} (100%) diff --git a/extras/cabi/LICENSE b/extras/cabi/COPYING similarity index 100% rename from extras/cabi/LICENSE rename to extras/cabi/COPYING diff --git a/extras/cabi/cabi.c b/extras/cabi/cabi.c index 4637f95..55cf242 100644 --- a/extras/cabi/cabi.c +++ b/extras/cabi/cabi.c @@ -1,12 +1,25 @@ /* - abe.c +cabi - Compress Arduboy Image - arduboy encoder - monochrome rle encoding by zep - License: CC-0 +A command line program to read a PNG file containing a bitmap image, compress +it using RLE encoding and convert it to C/C++ code suitable for use with the +Team A.R.G. drawCompressed() function. This function is included in the +Arduboy2 library. - cabi in.png [array_name_prefix] - +Written by zep +https://www.lexaloffle.com/bbs/?uid=1 +https://twitter.com/lexaloffle +Contributed to Team A.R.G. + +To the extent possible under law, the author(s) have dedicated all copyright +and related and neighboring rights to this software to the public domain +worldwide. This software is distributed without any warranty. + +You should have received a copy of the CC0 Public Domain Dedication along with +this software. If not, see . + +Usage: +cabi in.png [array_name_prefix] */ #include