How to modify the program if the SPI of the non-multiplexed screen is touched. #1917
fmzhangpei
started this conversation in
Compatible displays and setup files
Replies: 2 comments 3 replies
-
The library assumes the touch and display are on the same bus. To use touch on anothr SPI bus you will need to use an additional thrid party touch library. |
Beta Was this translation helpful? Give feedback.
2 replies
-
First of all, thank you very much for taking the time out of your busy schedule to answer my question. I am already working on adding a third-party library to this touch, and it should be done soon. The TFT_eSPI library, after your hard work, is indeed very powerful, and it is very suitable for the development of LCD screen interface for projects with a certain foundation, but I have a bigger problem now. I tried to compare the brushes developed by your library. The screen speed is compared with some domestic serial screens in China. The Chinese serial screen uses the STM32G031 chip, and the main frequency should be 64M. The same 4-wire SPI screen, the Chinese serial screen will be faster. Based on your library, Increasing the SPI main frequency will increase the speed and make me satisfied, but there is a problem that the main frequency of the screen driver chip, the highest frequency written in the specification is 10M, so if we use the SPI main frequency above 10M, it is in Overclocking, as a design product, lacks rigor and is risky. Is it possible to improve the screen refresh speed by other methods without making the SPI main frequency so high?
…------------------ 原始邮件 ------------------
发件人: "Bodmer/TFT_eSPI" ***@***.***>;
发送时间: 2022年7月21日(星期四) 晚上8:13
***@***.***>;
***@***.******@***.***>;
主题: Re: [Bodmer/TFT_eSPI] How to modify the program if the SPI of the non-multiplexed screen is touched. (Discussion #1917)
The library assumes the touch and display are on the same bus.
To use touch on anothr SPI bus you will need to use an additional thrid party touch library.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to modify the program if the SPI of the non-multiplexed screen is touched.
Beta Was this translation helpful? Give feedback.
All reactions