Dean White

Results 6 comments of Dean White

Rewriting a MCU resource editor that was written in VC/C .net to pure C/C++ using ImGui and Goblin 2D/3D Engine that I've been working on for ages. Got the main...

I had this problem a few days ago elsewhere using the single header "stb" ogg decoder on my own engine. Don't have the code with me atm but that field...

Check out https://stm32f4-discovery.net/api/group___t_m___d_e_l_a_y.html 3rd party library. I use it for I2C and SPI as it supports multiple pins and in the case of SPI... DMA. I use a STM32F407VET6 which...

I totally DO NOT use the "standard" SPI libraries. Found an alternative one that works with DMA and non-DMA and it can be "brutally" fast. Have a SSD1322 OLED (256*64...

I use exclusively now STM32F407VET6. Has inbuilt RTC, SDIO micro SD, 2 * 12 bit DAC and lot of other features that made it superior to the Due I was...

Hey, looked at the code and this is very nice! From what I can see it should not be too hard to use this as a "base" and modify as......