Maarten
Maarten
I think the image paths only need to two extra parent directory references. For example instead of `/images/2-introduction/sample-folder.png`, on my computer `../../images/2-introduction/sample-folder.png` solves the problem. (And very fantastic tutorial indeed!!!)
I am willing to take over this issue, is @maksimdrachov still active on his repository? As described in the contribution guide: "In comments claim that you want to take over...
Yes, see pull request!
I think the image paths only need to two extra parent directory references. For example instead of `/images/2-introduction/sample-folder.png`, on my computer `../../images/2-introduction/sample-folder.png` solves the problem. (And very fantastic tutorial!!!) _Originally...
@CharlesDias @erwango Well, I happen to have an STM32H747I-DISCO over here and did some tests: Within the context of the demos: all compiled and flashed without errors, but all did...
> @maarten1C96 and @erwango. > > Strange fact. When I comment on the `CONFIG_STM32_LTDC_RGB888`, we have the compilation result `CONFIG_STM32_LTDC_RGB565=y` and `CONFIG_LV_COLOR_DEPTH_32=y`. (Regarding RGB565: same here, but I think this...
@erwango > It should actually. If this is not the case, then it is a bug. (Regarding that bug: I struggled with this issue quite a bit past week, but...
(Closed this pull request myself by accident)
@pdgendt Thank you for reopening this pull request, and I apologise for my foolish proceeding! Only commit d693b81053becdc24029500c583ee43d62a05901 is supposed to be mentioned in this pull request.
@pdgendt @erwango @CharlesDias @ajarmouni-st Ok, important lessons learned. I think my first pull request now is cleaned up and ready.