Skip to content

STM32: Using Port C or D for D0-7 for 8 bit parallel mode performance boost #1138

Discussion options

You must be logged in to vote

The correct driver should be used for the display. Sometimes the correct settings are already loaded in a display and using the wrong driver works until the display is power cycled. It is not a good idea to use the wrong driver.

The performance for whole screen updates will be proportionate to the number of pixels updated. An ILI9341 has a maximum of 240x320 so takes half the time to clear the screen compared to a 320x480 display. So the results depend on the test.

Also some displays accept lower delays in the tuning value and this is taken into account for those displays I have tested. Hence this line. An HX8357D has not been tested and thus the default delays are set to "slow" here to b…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

Bodmer
Apr 16, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by Bodmer
Comment options

Bodmer
Apr 16, 2021
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1137 on April 16, 2021 12:31.