mwood77 / koffie

An open source PID for espresso machines
GNU General Public License v3.0
30 stars 2 forks source link

FrameBuffer overflow #11

Open mwood77 opened 2 years ago

mwood77 commented 2 years ago

Currently overflowing the SRAM buffer on an Arduino nano (distortion in bottom right screen). This generates an annoying artifact on the bottom right of the screen.

Cause:

Considerations:

mwood77 commented 2 years ago

bandaid solution was to comment out some unused frame buffer calls. See PR #13

Upgrade to ESP32 architecture is still under consideration.