ericklein / air_quality

displays and logs local indoor and outdoor weather and air quality information
MIT License
0 stars 0 forks source link

Add initial XY coordinates to screen helper routines #88

Closed ericklein closed 1 year ago

ericklein commented 1 year ago

Pass the origin x,y coordinates into screen helper routines rather than hard coding them.

ericklein commented 1 year ago

all screenHelperXXX functions now have their initial x and y coordinates passed in via function parameters.