Lucian Copeland
Lucian Copeland
[example.md](https://github.com/typora/typora-issues/files/9191048/example.md) @abnerlee Sorry, it actually only happens for files where the first line is `[TOC]`. Almost all of my note files have a TOC so I assumed it was all...
I can also confirm that it doesn't happen every time the spellchecker hits a TOC, it has to be a TOC in the very first line of the file.
@Hoek67 What is the fast DMA library you are using? And what STM32 MCU are you using with your screen?
I last worked on this several IDF versions ago which could explain the API differences, but the reservation thing definitely doesn't make any sense. I'll check out my notes to...
@krupis I had some time to catch up on this this morning. To start with, I don't know if this code is an ideal example for using the RMT with...
@ladyada sure, I'll look into it
@ladyada @me-no-dev Ok I got a little muddled up by the version numbers here so I want to make sure I understand this correctly. The current implementation of this library...
@me-no-dev I'll take a closer look at using it - I imagine I'll have to migrate from the ws2812_rmt_adapter that the IDF uses to a new approach.
Apologies for the Arduino-noob question here, but what's the easiest way to get on the `v4.2` release of the ESP32 BSP? I assume it's swapping some Arduino system folder out...
Unfortunately I can't say I'm having much success in integrating the RMT API into the library - it works ok as a sketch, but in the context of the library...