Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpulseAdventure authored Feb 8, 2018
1 parent 14e9e69 commit 8465701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
## Important Note for Arduino Users ##
- The baseline Arduino (**ATmega328P**) devices have very limited SRAM memory (2KB SRAM, 32KB FLASH).
Therefore, it is important that GUI elements are stored in FLASH whenever possible. A set of
examples that demonstrate this method are located in `\arduino_min`.
The examples in `\arduino` don't use the FLASH optimizations and are less likely
examples that demonstrate this method are located in [`\arduino_min`](https://github.com/ImpulseAdventure/GUIslice/tree/master/arduino_min).
The examples in [`\arduino`](https://github.com/ImpulseAdventure/GUIslice/tree/master/arduino) don't use the FLASH optimizations and are less likely
to run on these limited devices.
- Other Arduino variants and devices such as **ATmega2560** (8KB SRAM, 256KB FLASH), **ESP8266**, **Node-MCU**,
**Feather M0**, etc. tend to work much better as there is far more SRAM and FLASH available.
Expand Down

0 comments on commit 8465701

Please sign in to comment.