Forum Discussion
Altera_Forum
Honored Contributor
9 years agoI am sorry, I looked at rocketboard, altera, etc---but I sill don't see such examples. Say I want to say "HELLO WORLD" in top left corner in red & "THIS IS A TEST" in the bottom right in Green..I am not seeing how this is done (or even close ) in any of these examples. You keep saying there are many examples--can you point to one that actually does? This was my original question. I do NOT want to show a video, picture file ,HDMI...just put up various messages messages on the RGB screen. This should be a very common thing, but for some reason I don't see anything about it--such as what functions are used. I am not certain what you keep mentioning about the "university"
For example, here is something for another board I have--what is the equivalent for MAX10 (even if it looks very different in command structure): MyFont = Resources.GetFont(Resources.FontResources.NinaB); //clears the memory and not the display LCD.Clear() // print some text on the screen LCD.DrawText("Still Amazing!", MyFont, Colors.Red, 100, 20);