don't unsigned char up yet... first get rid of octave
This commit is contained in:
parent
5dd9b98daf
commit
7d7d95a97d
3 changed files with 29 additions and 31 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue