Samsung / TizenRT

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

intial lcd driver for 2.8 inch st7785 #6188

Closed anjana348 closed 1 month ago

anjana348 commented 2 months ago

basic display working in lcd st7785 with mipi

sunghan-chang commented 2 months ago

As you know, a driver should include a HAL feature and we have two LCDs on mipi. Can we support ST 7785 and ST7701 both without any driver change?

anjana348 commented 2 months ago

As you know, a driver should include a HAL feature and we have two LCDs on mipi. Can we support ST 7785 and ST7701 both without any driver change?

Yes, we will support both. This is just initial PR for testing. It has some values which are different for st7701 and st7785. I will make it generalize such that no driver change is required. And all the review comments of PR6184 will be included in it as well.