Samsung / TizenRT

TizenRT is a lightweight RTOS-based platform to support low-end IoT devices
Apache License 2.0
566 stars 571 forks source link

os/: add ST7701SN LCD support #6310

Closed namanjain7 closed 2 months ago

namanjain7 commented 2 months ago

add ST7701SN LCD support. The LCD supports MIPI.

edwakuwaku commented 2 months ago

@namanjain7 , I think ST7701SN supports MIPI 2-lane. Some init code needs to be changed for better performance.

sunghan-chang commented 2 months ago

@namanjain7 Could you update the PR for the comments?

namanjain7 commented 2 months ago

@namanjain7 Could you update the PR for the comments?

Yes sir, this PR isn't cleaned. It's just a code which is working with 4.3 inch LCD but is not ready to be merged. We are cleaning code right now, and also solving issues. We will push the cleaned code in this PR today.

namanjain7 commented 2 months ago

@edwakuwaku sure, I am going to add proper comments for init sequence in new PR.