From c94ad269f3410bd08b24f36484f1bcfa17743e87 Mon Sep 17 00:00:00 2001 From: MaxMalRichtig Date: Wed, 28 Mar 2018 01:12:56 +0200 Subject: [PATCH] add explanation on how to generate bitmaps --- res/bitmaps.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/bitmaps.c b/res/bitmaps.c index 84f6a3d..2c97fa5 100644 --- a/res/bitmaps.c +++ b/res/bitmaps.c @@ -1,3 +1,8 @@ +// To generate an image array like these +// Ensure the image is 128 x 32 or smaller +// Convert the bitmap to a C array using a program like http://www.riuson.com/lcd-image-converter/ +// Ensure the conversion process produces a monochrome format array - 1 bit/pixel, left to right, top to bottom +// Update array in the source code with the C array produced by the conversion program /******************************************************************************* * image