Draw graph function in VC4

Hello,

As customer is asking for drawing the graph functionality in VC4 (PPC2200) and based on this, resultant coordinates will use for logical operation.

Is there any clue to implement this function in VC4? Please suggest.

Thanks in advance.

Basically, the VISAPI library function VA_Line, will allow you total freedom to draw anywhere on the screen, just by providing X,Y coordinates for the starting point and end point of the line, as well as color palette index.

We have used this several times in danish customer projects, to implement graphing functions.

The easiest way is to implement a use library to handle the graph drawing, and then provide a background image for the graph, and then draw on to of that :slight_smile:

Hi @ravi.shah

It looks like you got some good answers Mads Pedersen, and it has been a couple of weeks since the last activity on this post. If the answers helped you with your question, can you help the next person with the same question by marking the solution on the information which helped you the most. If you still have open questions on this topic, can you provide an update?
Thank you!