Kirill Mikhailov
Kirill Mikhailov
> The C6 reads 0 once and then dies. Looks good on all other targets for me. After some tests, it turned out that there's a same issue in `esp-idf`...
All the limitations for `esp32c6` are temporary since at this moment user cannot use `ADC` after `TRNG` is dropped (see https://github.com/espressif/esp-idf/issues/14124)
In the current `esp-hal` state ([967c478](https://github.com/esp-rs/esp-hal/commit/967c478846a501bfac2f54a3eade158586aed7d3)), example `lcd_i8080` works as expected - blinking colors from red to blue. Therefore, is this issue still valid?