Marc Ketel

Results 8 comments of Marc Ketel

![afbeelding](https://github.com/VoronDesign/Voron-Stealthburner/assets/48124268/c369916a-4d63-40a5-8581-475256034b71)

There once was a high-contrast version. https://github.com/VoronDesign/Voron-Trident/issues/39#issuecomment-1741726959

Current revision has the error on page 231. M3x8 did not fit, M3x12 did fit. ![afbeelding](https://github.com/VoronDesign/Voron-Trident/assets/48124268/1a76dd42-5a1f-4582-b0be-776ac85a7fdf)

Your crystal ball is functioning very well. I removed one line from my code: `u8g2.sendBuffer();` Now the events all arrive correctly. I will try to solve combining input and output.

In another esp8266 based project I handled the rotary encoder through the interrupt function of a MCP23017 I/O expander. But I also remember having problems doing I2C inside a interrupt...

> > You could probably use that same yielding u8g2 driver and change yield() to taskManager.yieldForMicros(0) and it would work pretty effectively. When an interrupt occurs task manager pretty much...

The values you see seems to be the CANARY constant. Put at RVMODEL_DATA_BEGIN and RVMODEL_DATA_END. The value is defined in arch_test.h