Christian Schwinne

Results 17 issues of Christian Schwinne

This adds support for three BMP formats with 1, 4 and 8 bits per pixel. They use a color palette to determine the RGB888 color, each pixel only stores its...

**Describe the solution you'd like** http://openpixelcontrol.org/ May need some extra work due to being TCP (need to check what port and protocol xLights uses for OPC)

enhancement

- Fixed some inaccurate effect metadata. - Reduced fxdata size by 400b by using single char flags

**Is your feature request related to a problem? Please describe.** WLED tends to connect to the incorrect AP in mesh networks (multiple APs with the same credentials) **Describe the solution...

enhancement

Awesome job on the library! Thank you! I've noticed this function isn't implemented: ``` // Does nothing for now uint8_t getPixel(int8_t x, int8_t y); ``` What are the challenges/hurdles if...

Hi, great job on those effects! I would really like to include some of them in my MIT-licensed project WLED soon: https://github.com/Aircoookie/WLED I noticed this project has no license. Would...

A very versatile advanced effect mode for displaying .gif images (could be extended to other filetypes like .bmp or .fseq in the future) on matrices and 1D strips. - full...