@swift-tester does it work with RRF 3.3?
Latest posts made by MatixYo
-
RE: Logic Level shifter for 12864 display on Duet 2 Wifi
-
RE: Trigger macro stopped working
@peter247 Yeah, that's what had to be changed
-
Trigger macro stopped working
After update from I think 3.0 to 3.3 my code that toggled LEDs on button press stopped working.
Here's my config.g responsible part:M950 J0 C"^e0stop" ; E0 input with pull-up M581 P"^e0stop" T2 S0 ; LED button
Here's my trigger2.g
if fans[2].requestedValue > 0.0 M106 P2 S0.0 else M106 P2 S1.0
What should be changed?
-
Using displays with other controllers with PanelDue.
Hello
I have a standalone PanelDue controller and was looking for SSD1963 but found them expensive relative to for example 3.5" Raspberry Pi screen. I wonder if a display with other controller like SSD1289 would work? Source code of PanelDue contains a reference to it.