Update README.md

This commit is contained in:
mrfaptastic 2020-08-24 23:51:33 +01:00 committed by GitHub
parent 320e47193b
commit fc536da28b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,10 +119,12 @@ void setup() {
``` ```
The value to pass 'setPanelBrightness' is the RGB Matrix's pixel width or less. i.e. Approx. 50 or lower. Values greater than 60 can cause ghosting it seems on some panels. The value to pass 'setPanelBrightness' is the RGB Matrix's pixel width or less. i.e. Approx. 50 or lower (for a 64 pixel wide panel). Values greater than 60 can cause ghosting it seems.
HOWEVER, by default the library uses a brightness level of '16' so there's really no need to call .setPanelBrightness, unless you specifically want a super bright display. HOWEVER, by default the library uses a brightness level of '16' so there's really no need to call .setPanelBrightness, unless you specifically want a super bright display.
Summary: setPanelBrightness(xx) value can be any number from 0 to MATRIX_WIDTH-1.
![It's better in real life](image.jpg) ![It's better in real life](image.jpg)
## Inspiration ## Inspiration