Skip to content

Fixed brightness problem, fixed Chinese translation#54

Open
lionyhw wants to merge 8 commits intomicrosoft:masterfrom
lionyhw:master
Open

Fixed brightness problem, fixed Chinese translation#54
lionyhw wants to merge 8 commits intomicrosoft:masterfrom
lionyhw:master

Conversation

@lionyhw
Copy link
Contributor

@lionyhw lionyhw commented Jul 6, 2020

Fixed the problem that the brightness can't be adjusted. The initial brightness is set to 40. It doesn't look so dazzling.

@lionyhw
Copy link
Contributor Author

lionyhw commented Jul 6, 2020

@pelikhan Please check this PR

for (let i = 0; i < 4; i++) {
pins.spiWrite(0);
}
for (let i = this.start * 4; i < (this._length + this.start) * 4; i++) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is there a 4 number here? what does it represent?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants