Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
The code M5.Lcd.drawRoundRect(0, 0, 310, 55, 10, GRAY); does not work. WHITE works. How can i draw gray?
@stoni99 I think you must use DARKGREY or LIGHTGREY. see this
have you tried GREY instead of GRAY? E and not A !
DARKGREY works, GREY not. Thanks!