
World Map for 32x16 LED matrix
thingiverse
2 part world map for mounting in front of a 32x16 LED matrix such as https://core-electronics.com.au/freetronics-dmd-dot-matrix-display-32x16-blue.html Python code for converting latitude/longitude to LED coordinates: ``` def convertGPStoPixels(lat,lon): x=int(round((lon+170)/360*32)) y=int(round((-lat+83)/145*16)) return((x, y)) ```
Download Model from thingiverse
With this file you will be able to print World Map for 32x16 LED matrix with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on World Map for 32x16 LED matrix.