Click here to Skip to main content
15,895,084 members
Articles / Internet of Things

Getting Crafty With Graphics With Just Kilobytes of Flash and Almost No RAM

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
24 Feb 2024MIT6 min read 1.8K   9   2  
Got an embedded or IoT widget with a screen but no real memory or flash space to speak of? Read this.
On the tiny sort of processors like AVR prefers to produce you're often left with miserly amounts of SRAM and flash. This can often work, but once you add a screen, things quickly get out of control. Graphics is somewhat RAM and flash hungry. Here's a way to make it less so.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions