Part Number: SK-AM62
Hi Experts,
I'm asking this question as a follow-up on my previous question here: e2e.ti.com/.../sk-am62-bare-metal-mipi-dpi-code
What I want to know, is how I can draw white pixels (let's say a rectangle border or a character) using TI DSS. I know that the display framework in Linux is super complicated but I just want to draw pixels at certain points of the display. how do I go about it?
So my ideal case is a bare minimum amount of code, let's say I just write some pixel format to a framebuffer and say hey I want these pixels at this location,s and then see the results (white pixels turned on) on my HDMI monitor. how simple is doing something like this? does the DSS module work in a way that you only want to directly reflect what's in a framebuffer on a display? again I don't want any graphics or colors or anything fancy. just want to turn pixels on!
my ultimate goal is bare metal but if you can help achieve this with Linux, that works too. (like what's the bare minimum stack for Linux?)
Thanks a lot.