Any solid color (unless directly controled via RGB.color()
) indicates some kind of lock condition in the system thread, which usually is caused by user code blocking some shared resources.
To find the possible cause we might need to see your code or you try to locate the places where your code accessed shared recources and put some debug statements around them.
1 Like