Thomas Sommer

Results 38 comments of Thomas Sommer

As workaround for long sessions, you can overwrite the main containers `background-color` in developer tools (Menu->View->Developer Tools) However, this overwrite is lost on quit but takes a trained 'hacker' just...

Hey there. Yes it was almost done. Only chris requested to extract the "arbitrary integer" logic into its own class for good reasons, see https://github.com/modm-io/modm/pull/781#discussion_r900488911 and https://github.com/modm-io/modm/pull/781#discussion_r911941799 Simple task but...

Nothing changed yet.. just cleaned up the tree

> > As I understood, you could test with sh1106 @rleh ? I've got these around. Let me know if I can help with hardware tests. > > @TomSaw I...

Tested SH1106 and you actually have to keep the ssd1306::AdressingCommands::HigherColumnStartAddress` assignments in the SH1106 driver if you don't have a preference for fuzzy diagonally shifted pages of pixels. The memory...

If there's more to test, i'll respond much faster now cause my "embedded suite" is re-assembled now @rleh . Also, it could have been an option to send you an...

That't some good guidiance! You're way more convenient with the STM architecture than me, so i blindly follow your suggestions in this topic. ``` // simple case using SystemClock =...