AceCentre / RelayKeys

A simple app/hardware solution to send keystrokes from one computer to another over Bluetooth LE. No software required on recipient machine
https://docs.acecentre.org.uk/relaykeys/
MIT License
14 stars 10 forks source link

ItsyBitsy nrf52840 Express dotstar led colours are wrong #119

Closed joedevsys closed 2 years ago

joedevsys commented 2 years ago

My ItsyBitsy nrf52840 Express dotstar led colours are wrong. When connected in wired mode it is red not green (arduino_nRF52840.ino Line 97 updateStatusLED() comment says set to green).

ble_mode and addDevProcStarted mode colours are correct blue & yellow.

This is corrected by changing line 41 Adafruit_DotStar statusLED(1, 8, 6, DOTSTAR_BRG); to DOTSTAR_BGR

I do not know is this is any oddity for my board only or if this is a universal fix.

(Also, personally I find the dotstar is much too bright and prefer brightness values (0,0,16,0) etc for the two steady states.)

willwade commented 2 years ago

Yeah - I think its crazy bright on both of them.

I'll leave @f1andrew to pick this up - but I think we could do with a brightness setting in the code for sure.