Thomas Sommer

Results 38 comments of Thomas Sommer

Ahhh... dreamed another great, apparent idea for the modernized versions of `Spi::transfer`: **[STL algorithm](https://en.cppreference.com/w/cpp/algorithm) style interface!** 1. Its intuitive to C++ people 2. Is a safe bet on the future...

> Also keep in mind that the advantage of using stl iterators is that the Iterator is an actual separate type that overloads operator++ etc to implement any kind of...

This is ready for a first review @salkinium I also got my fingers on `modm::Saturated` again, improved the API and added another test `SaturationTest::test__uint8_t_ref`.

Apologize my enduring "push --force" thunderstorm. I'm transitioning from **poke mode** to **test local, push after success mode** 😬 Tests passed @salkinium! What's left is a good solution for the...

What's missing here @salkinium ? ` FileNotFoundError: [Errno 2] No such file or directory: '/__w/modm/modm/src/modm/math/propertional_unsigned.md'`

These colors have been proven in the field. Adding code snippets to the docs (`color.md`) rounds up the package. - We're left open with the [issue of `modm::ProportinoalUnsigned`](https://github.com/modm-io/modm/pull/781#pullrequestreview-891852531). Please have...

Wanna get some stuff off the table. This PR feels robust, if you find a minute @salkinium 😅...

> @TomSaw Did you see what I wrote in https://github.com/modm-io/modm/pull/781#discussion_r900488911 ? The discussion got so lengthy that github hides most of it by default :sweat_smile: Nope. Totally missed that and...

Hey @mcbridejc. I'm sitting on a complete rewrite of the graphic APIs since 2021. The new architecture is quite flexible and should solve your issue: It allows copying+converting a bitmap...