don't unsigned char up yet... first get rid of octave

This commit is contained in:
tildearrow 2025-10-14 02:16:28 -05:00
parent 5dd9b98daf
commit 7d7d95a97d
3 changed files with 29 additions and 31 deletions

View file

@ -22,7 +22,7 @@
struct DivPattern {
String name;
unsigned char newData[DIV_MAX_ROWS][DIV_MAX_COLS];
short newData[DIV_MAX_ROWS][DIV_MAX_COLS];
/**
* clear the pattern.