Mathias Gottschlag

Results 8 issues of Mathias Gottschlag

I have experimented with the 4.2 inch e-ink display from waveshare, and the last days I have tried to make quick refresh work. I have observed a number of deficiencies...

question

I want to use the library on a microcontroller with 16KiB SRAM, with the 400x300 pixel 4.2 inch display. The library, however, requires a full frame buffer of 400x300x1bit =...

This PR contains some preliminary code for the SAI. In the stm32f7xx-hal a driver already exists iirc, but that driver is limited to duplex I2S. This API is slightly more...

*Since I probably do not have much time for this during the next weeks, I'll put it here as a draft PR. I'll pick it up eventually, but if anybody...

# Symptoms When reading my Zoe R110 with an iCar Pro OBD2 adapter, I always received an error about an invalid version. More specifically, CanZE thought that the version string...

When used together with stm32f4xx-hal (and potentially others), the library deasserts CSN before the SCK signal is idle. If the CSN signal is reasserted too quickly, the device does not...

The HAL currently expects the user to manually select a suitable clock configuration. Usually, this is done using, for example, STM32CubeMX. I would argue that this is not what most...

I currently have a use case where I would want the MCU to present itself as two devices to two different USB hosts. Currently, this driver does not allow this...