LAB: The mouse cursor data is constant
This commit is contained in:
parent
cd85e5dd34
commit
aad3b063b3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
namespace Lab {
|
||||
|
||||
static byte mouseData[] = {
|
||||
static const byte mouseData[] = {
|
||||
1, 1, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
1, 7, 1, 0, 0, 0, 0, 0, 0, 0,
|
||||
1, 7, 7, 1, 0, 0, 0, 0, 0, 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue