You can wire the GPS to an arithmetic floor gate so it rounds the coordinate down to a whole number without decimals, then wire the floor to a screen.
Alright well im making a system that will track something and then post the path it has taken on a digital screen. Anybody got any suggestions on how I might be able to take the X Y coordinates from a GPS and make them so they fit on the digital screen?
You can wire the GPS to an arithmetic floor gate so it rounds the coordinate down to a whole number without decimals, then wire the floor to a screen.
digital screens have coordinates from 0-31 on both axis i believe so youll have to constrain the value
You'll need to find out the dimensions of the map, and split it into sections, and select which should be shown on the screen.
to find the dimensions of the section of the map you want to show (gm_construct has some extra spaces before the edge of the map). Place a gps in oposite corners and find the difference of the x and y
Bookmarks