You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep a template map for a single display's worth of XY lookup table in PROGMEM, and do extra calculations during xy() calls to loop over it and discover the 1D indices of 2D coordinates in displays of any size, versus the current method of keeping an entire int16_t[matrix_width * matrix_height] map in RAM.
The text was updated successfully, but these errors were encountered:
Keep a template map for a single display's worth of XY lookup table in
PROGMEM
, and do extra calculations duringxy()
calls to loop over it and discover the 1D indices of 2D coordinates in displays of any size, versus the current method of keeping an entireint16_t[matrix_width * matrix_height]
map in RAM.The text was updated successfully, but these errors were encountered: