ckls

Results 10 comments of ckls

![image](https://github.com/espressif/esp-dev-kits/assets/22984376/3d0370c4-115c-41f3-b54c-a8811ff90a67) cs and sclk like this

This is my partial log, and it looks like it's working fine, but there is a problem with the measurement output I (892) main_task: Started on CPU0 D (911) heap_init:...

> Hi @ckls, the component `esp_lcd_st77903` which you are using actually should be used with an older version of ESP-IDF. And it needs to be patched with a specific patch....

> [esp_lcd_st77903_qspi.zip](https://github.com/espressif/esp-dev-kits/files/15047024/esp_lcd_st77903_qspi.zip) You can try using this component, which has been tested and works fine under ESP-IDF master. sorry,I can't set-Target for this demo, i want to set this demo...

> Hello, this is not a demo, but a driver component. You need to replace the component in your project. I created a routine based on sip_lcd_touch and this component....

> [project-name-1.zip](https://github.com/espressif/esp-dev-kits/files/15060162/project-name-1.zip) After checking your code, it was found that the issue does not lie in the driver components but rather in multiple errors within the application code. For example,...

I just modified the settings of the PSRAM section and modified it to QSPI

I see that there is no CS corresponding to a set of SCLK on the waveform, so I think it is a problem with the QSPI driver. ![image](https://github.com/espressif/esp-dev-kits/assets/22984376/02d3f597-3e28-49c6-96e0-bc3c4b4de848) Is my...

> Perhaps your screen's initialization parameters differ from the defaults. You need to confirm your screen's initialization parameters. The screen initialization part, I also tried provided by the manufacturer, but...

> The driver component has been tested, and just now I successfully ran your code on the development board, and everything is working fine. As for your pin issue, it...