graphics mods
Erik Friesen
Posts: 1,071
A few questions about graphics.spin
Do any of the routines plot their own pixels or do all routines call plotp?
If I have it right to set a single pixel plotp is called with dx and dy set the the desired pixel to light, correct?
Which variables are set to plot a wide pixel?
Does wide pixel plotting take place line by line, or is the whole thing plotted in one loop?
I am working a little on better LCD implementation.
Do any of the routines plot their own pixels or do all routines call plotp?
If I have it right to set a single pixel plotp is called with dx and dy set the the desired pixel to light, correct?
Which variables are set to plot a wide pixel?
Does wide pixel plotting take place line by line, or is the whole thing plotted in one loop?
I am working a little on better LCD implementation.