Fix Flash memory estimate

This commit is contained in:
embeddedt
2019-07-02 14:34:15 -04:00
committed by GitHub
parent 90a3edd218
commit 5b9d969fa4

View File

@@ -27,7 +27,7 @@ LittlevGL provides everything you need to create a Graphical User Interface (GUI
* **Multi-language support** with UTF-8 encoding * **Multi-language support** with UTF-8 encoding
* **Fully customizable** graphical elements * **Fully customizable** graphical elements
* **Hardware independent** to use with any microcontroller or display * **Hardware independent** to use with any microcontroller or display
* **Scalable** to operate with little memory (64 kB Flash, 10 kB RAM) * **Scalable** to operate with little memory (80 kB Flash, 10 kB RAM)
* **OS, External memory and GPU** supported but not required * **OS, External memory and GPU** supported but not required
* **Single frame buffer** operation even with advances graphical effects * **Single frame buffer** operation even with advances graphical effects
* **Written in C** for maximal compatibility * **Written in C** for maximal compatibility