bitbank2/OneBitDisplay

Please add information about RAM and Flash resource requirements

gitterman opened this issue · 1 comments

The most popular AVR328 based Arduinos only have 2k of RAM.
Thus, it is important to know about the resource requirements of a library.
E. g. a data logger with a display and an SD card can quickly run out of RAM or Flash.

Each target processor compiles things a bit differently. Build it on your specific target and you'll see the requirements.