Skip to content

v0.8.3

Choose a tag to compare

@jamwaffles jamwaffles released this 09 Oct 21:31
· 25 commits to master since this release

Changed

  • #195 Changed BasicMode::clear to clear in
    small batches instead of one big write. This drops RAM requirement by ~900b and fixes issues on
    MCUs with less than 1Kb of RAM.
  • #195 Changed TerminalMode to use lookup by
    ASCII code instead of per-character match when searching for glyph. This may save up to 3.5Kb of
    compiled code on AVR MCUs.