Florian Rau
Florian Rau
Thanks! Let me know if there's anything I can do on my end ...
I could send you one if that would help?
I'll have to search _my_ lab tomorrow ;-) I should have a Leonardo and a Due somewhere ... I'll try with a MWE and report back!
OK, I found the Due. Here's the MWE: ``` #include #include U8G2_SH1106_128X64_NONAME_1_4W_SW_SPI u8g2(U8G2_R0, 2, 3, 4, 5, 6); //U8G2_SH1106_128X64_NONAME_1_4W_HW_SPI u8g2(U8G2_R0, 4, 5, 6); void setup() { u8g2.begin(); } void loop()...
Well, at least that does the trick for the two displays on my desk. Its weird though, because this whole thing came up while working on a fork of [fwachsmuth/Synkino](https://github.com/fwachsmuth/Synkino)....
Yes, well, that's true :)
Haha :) Well, for reference, these are the two modules I have here - they both behave the same way:  
Sorry, only see your reply now. Thanks for looking into this & the commit, @olikraus!
same here on Pixel 6a / grapheneOS - snoozing will trigger the exception mentioned above
[Here's how I did it](https://github.com/bimac/Synkino/blob/16aef7ae5f0a5d1a6a682db10610ff6677be7e37/SynkinoLC_Firmware/SynkinoLC/SynkinoLC.ino#L619-L633) - maybe this helps?