At the moment I'm reading up on Graphics and Display in the TIGCC Documentation
and have this question.
In TI BASIC when you draw an object, line, circle etc, it can be based on any screen size by adjusting the global variables xmin, xmax etc.
When programming in C, am I correct in
saying that, whatever object is displayed, it must be based on the screen pixel size of the calculator, in my case 160 x 100 for the TI89 Titanium.

