Replies: 1 comment
-
Hello, @Googool The difference between 8-bit and 16-bit has a particularly large impact on the processing of odd lengths when operating in 24-bit color mode. e.g. use writePixels function...
Bus_Parallel8 has no particular effect, but Bus_Parallel16 holds the last 1Byte without sending if the transmission length is odd. This is because if the last 1Byte is sent without pending, there will be a data gap when writePixels are reused. |
Beta Was this translation helpful? Give feedback.
-
Hello there, I know that this is a huge question and maybe there wont be any answers, but, how does the 16-bit parallel mode work?
I have been looking at this library and some others to get an understanding of how this comes together but I cannot seem to figure out how.
When you select to choose the 16-bit parallel mode, which files then activates (broad question I know, sorry!) and what does it do different from the 8-bit mode. If anyone can draw a path of how the code moves through the files it would be great! And is there a difference between the different LCD drivers of how to implement parallel mode?
Example:
User_Setup.h -> Panel_ILI948x.hpp -> ?
I know it is a lot to ask, sorry!
Best regards
Beta Was this translation helpful? Give feedback.
All reactions