slmisc / gd32v-lcd

LCD library with DMA support for Sipeed Longan Nano (GD32VF103)
BSD 3-Clause "New" or "Revised" License
28 stars 1 forks source link

ST7735S display controller #4

Open gsauthof opened 2 years ago

gsauthof commented 2 years ago

The README.md currently reads:

The display controller interface is similar to ST7735 (Datasheet PDF) in case you're looking for low-level documentation.

According to Sipeed the display controller is in fact the ST7735S and they also provide its datasheet.

tuupola commented 2 years ago

Those are both standard MIPI DCS controllers so there is practically no difference.

gsauthof commented 2 years ago

Fair enough, I just mentioned it in case you want to make the README more specific / link to the exact matching datasheet.