![OPEN-SMART Rich UNO R3 User Manual Download Page 32](http://html1.mh-extra.com/html/open-smart/rich-uno-r3/rich-uno-r3_user-manual_1639721032.webp)
OPEN-SMART Email:
- 32 -
default: touchNum = _pin;break;
}
return touchNum;
}
* disp.init(); // initialization
You should write it in the setup function initialize it and it has set the default brightness to be
3(0~7, number larger, brightness higher).
* disp.display(int Decimal); // display range: -999 ~ 9999
If your number is not in the range, it will ignore your operation.