antirez / antirez/ST77xx-pure-MP

Generic

未關閉
#4 4 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
55
分支
6
PR 合併指標
30 天內沒有已合併 PR

描述

What I like on your driver:
- small
- low memory
- text scaling is great (no fonts necessary)

So I did some updates to have some functions more:
- generic driver for more TFT like ili93xx
I added just a specific init routine. The spi commands are most the same.
So just the init was the problem.

But the fill rectangle function was not proper working.
I changed the following:
#self.set_window(x,y,x+w-1,y+1-w)
self.set_window(x,y,x+w-1,y+w-1)

My version works on st7789 and the ili93xx. Your version is st7789 specific.
I did not a closer research why.

If you are interested on my changes then please let me know.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。