tobozo
tobozo
hi, thanks for your feedback ๐ > cfg.freq_write = 2000000; // 2MHz 2MHz is for parallel bus, however in your config block the bus is SPI, either increase the frequency...
bad wiring ?
Hi, Thanks for reporting this ๐ Although the symptoms are different, it could be related to #743 hinting at an incomplete/improper handling of Bus_SPI with ESP32P4, which is being investigated....
hi, tried with a 320x240 ILI9341 and an old 128x128 ST7789 but couldn't reproduce the issue. This narrows down the problem to the spi bus mode but doesn't help much...
thanks for providing that, I can access it all right ๐
unboxing complete \o/ I don't have a laser cutter so I had to improvise a hat ๐คญ .. will now proceed to the wiring/testing
some thoughts on the current wiring: - That display model does not have a MISO pin, which implies that `TFT_MISO` should be set to -1, not 33 - Pins 33/32...
Looks like DMA is the source of the failure, which results in an endless loop while waiting for the FIFO to be empty. quick workaround (but will reduce performances): ```cpp...
> Is setSwapBytes() issue also related to DMA? it looks like it, probably a colateral but hard to confirm as everything using `_swapBytes` is heavily templated and encapsulated or aliased....
@cniedzi triple-check your network and your code, this is a DNS problem, not a GFX or audio problem