Results 231 comments of eadmaster

Thank you for the tips, but i'd like to avoid any hardware mod if possible.

> I am not sure, where this 7 or 9.bmp without a prefix is coming from -> where do you see this default 0? [this `selected_graphic`](https://github.com/Martinius79/EleksTubeHAX/blob/AddedIPSTUBEH401/EleksTubeHAX_pio/src/StoredConfig.h#L43) should be inited to...

> Thank you for the tips, but i'd like to avoid any hardware mod if possible. i've managed to reduce the brightness via software by passing all the colors to...

> > > Thank you for the tips, but i'd like to avoid any hardware mod if possible. > > > > > > i've managed to reduce the brightness...

this is the line that confused me: > It provides a fs::FS style filesystem **using the psram of an ESP32-Wrover or any ESP32 equipped with PSRam**.

related: https://github.com/pr3y/Bruce/issues/974 Could be implemented with BLE or Wifi. EDIT: new interesting alternative using BLE, should be compatible with other devices if implemented correctly https://github.com/permissionlesstech/bitchat/issues/137

Initial implementation added in https://github.com/eadmaster/Bruce/commit/81bb8fc5f6b9695c3278cc3e07513d9833f3eaa4 Possible future enhancements: - add a submenu in "Config" to interactively choose the items to disable - move the disabled items inside "Others", instead of...

Manually edit 'bruce.conf'. See the example in https://github.com/pr3y/Bruce/pull/500

> WS2812 uses SPI to communicate with the strip, so you can just use the current version of ConfigurableFirmata (which does support SPI) It seems a good alternative, but i...

sorry, still not working, [here it is my updated code](https://gist.github.com/eadmaster/dba80b3f1fc1f3c75af4402a73ba533e). The bitwise manipulation needed seems pretty tricky. So i've switched to [this StandardFirmata fork which is much easier to use](https://github.com/iamvery/artoo-neopixel/blob/master/firmata/StandardFirmata-NeoPixel.ino).