ILI9331 on bluepill_f103c8 #176
-
Hi, I'm trying to make HelloWorld example to run on round ILI9331 display which is connected by parallel interface to STM32F103C8 based BluePill board. The init is like this:
and it doesn't work ofc. My question is can Arduino_ILI9331 work on parallel interface at all? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 7 replies
-
The display is this board https://www.aliexpress.com/item/2251832634390438.html |
Beta Was this translation helpful? Give feedback.
-
@monte-monte any suggestion? |
Beta Was this translation helpful? Give feedback.
-
and I've checked the display is not broken by running this and getting the correct ID from reg 0x00 |
Beta Was this translation helpful? Give feedback.
-
@banoz I have exactly the same display, and it works with bluepill. How did you wire it up exactly? |
Beta Was this translation helpful? Give feedback.
-
@moononournation I've tested on my setup, that was laying around from the time I've made a commit #112 and it turns out that it doesn't work with version 1.1.9 that you've released after the one I was working with. So I guess something you've added apart from my commits broke the part I've wrote. |
Beta Was this translation helpful? Give feedback.
-
@moononournation aa8621f this commit brakes things. |
Beta Was this translation helpful? Give feedback.
-
I just found there are double checking on the changes of the address window, please get update if it can fit it. |
Beta Was this translation helpful? Give feedback.
@moononournation aa8621f this commit brakes things.