Delete readme.md

This commit is contained in:
Ace 2019-02-03 17:34:01 +01:00 committed by GitHub
parent 6c6e4722b3
commit 8360cd770f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +0,0 @@
Creating icons which are displayed properly on the E-Paper display is troublesome.
If there are more than 3 colour (black, white, red) in a bmp file, the Calendar won't be able to display them correctly (red-edges around
black parts). Reading the display becomes difficult and and therefore more 'calibrations' are required.
To prevent this from happening, I've been working on a 3-Colour bmp converter that can convert the colours from jpg, png and bmp files
to exactly 3.
There is a converter in the developers-only folder, which is currently in development but has been tested. You may want to use it for
creating better icons.
-Ace