Welcome! Log In Create A New Profile

Advanced

"Lights" menu setup

Posted by softfoot 
"Lights" menu setup
March 13, 2022 08:22AM
I have a "Geetech i3 Pro C" fitted with a "FYSETC_MINI_12864_2_1" control panel.

I have enabled the "NEOPIXEL_STARTUP_TEST" option and it correctly cycles through the colors at bootup.

I have also enabled the "LED_CONTROL_MENU" option and the "lights" menus correctly appear --- but while the menus run they do not change the LEDs at all.

What am I missing ??

My config files are attached.

Dave
Attachments:
open | download - configs.zip (88 KB)
Re: "Lights" menu setup
March 13, 2022 09:07AM
I see you have #define PRINTER_EVENT_LEDS
So the printer is setting the colour of the leds based on what it is doing.

Secondly you have

#define NEOPIXEL_BKGD_INDEX_FIRST 0 // Index of the first background LED
#define NEOPIXEL_BKGD_INDEX_LAST 5 // Index of the last background LED
#define NEOPIXEL_BKGD_COLOR { 255, 255, 255, 0 } // R, G, B, W
#define NEOPIXEL_BKGD_ALWAYS_ON // Keep the backlight on when other NeoPixels are off


Which says the leds 0-5 are always on white

The display only has 3 neopixels (0-2) so they will always be set to this colour.

Edited 1 time(s). Last edit at 03/13/2022 09:09AM by Dust.
Sorry, only registered users may post in this forum.

Click here to login