sumotoy / RA8875

A library for RAiO RA8875 display driver for Teensy3.x or LC/Arduino's/Energia/Spark
GNU General Public License v3.0
79 stars 55 forks source link

Please Document "roundGaugeTicker" Function #105

Open sbfreddie opened 8 years ago

sbfreddie commented 8 years ago

Max: This Function has 7 variables passed into it. Please document the meaning of the the variables passed into this function like you have documented the other functions. Please not not scrimp on the words, the more information the better.

If you would like, I would like to help you with the documentation of the individual functions contained in this very valuable display driver.

Thanks, Ed

sumotoy commented 8 years ago

Sure!

sbfreddie commented 8 years ago

Max: Hello again, this is Ed. Can you please explain to me what these 7 variables are for. roundGaugeTicker(uint16_t x, uint16_t y, uint16_t r, int from, int to, float dev,uint16_t color) x = ? y = ? r = ? from = ? to = ? dev = ? color = The color to use for the ticks.