ithinu

Results 4 comments of ithinu

By using the modification from https://github.com/Roger-random/ESP_8_BIT_composite/issues/50, I was able to get it working with 3.X, but only on a NodeMCU-32S board. A small catch was that enable() needed to be...

I got it working [fork](https://github.com/ithinu/ESP_8_BIT_composite). The issue turned out to be the following modification ``` //_hsync_long = usec(30); _hsync_long = usec(63.555-4.7); ``` While this change appeared to fix the unstable...

The changes update the library to the latest 3.X legacy API only. It compiles fine now if only the Espressif library is installed and thus solves this particular bug. Effectively,...

The method enables ticks and not their labels, my fault. But I still do not know how to enable minor tick labels.