code for lcd screen
I am really new to the boe-bot and I am curious about using a digital compass/ lcd screen. I want the compass info (i.e. '30 degrees east of north' etc.) to display on the 2x16 lcd screen. The code given by parallax under their products section doesnt seem to work/ I don't know how to modify it to display the info from the compass. Does anyone know what BASIC programming code to use? Thanks so much,
Comments
Particularly, you'll have to decide, based on the compass position (in degrees
or radians) how you want to display it. Once you've developed the rules, I'm
sure we can make suggestions, but there are no ready-to-go examples.