portapack-mayhem/sdcard
Erwin Ried 59088071eb Removing this examples
They do not work all the time because they have timestamps
2020-05-06 22:47:45 +02:00
..
ADSB Update world_map.jpg 2020-05-02 15:59:57 +02:00
FREQMAN Adding missing channels to FRS (#322) 2020-04-05 12:46:11 +02:00
REMOTES Added some skeletons 2018-03-27 12:52:07 +01:00
SAMPLES merge (#150) 2018-01-07 22:47:57 +00:00
SSTV New BMP for SSTV 2017-03-30 00:20:09 +02:00
README.md Update README.md (#197) 2018-08-22 00:57:02 +01:00
world_map.jpg Finally found what was eating all the RAM :D 2018-05-15 23:35:30 +01:00

How to generate world_map.bin

World_map.bin is required if you want to use the world map view in some apps. It's a huge (~450MB) raw image file in a format that can be easily rendered by the PortaPack.

Since Github doesn't allow uploading such large files, you must generate it yourself from the provided jpg file.

  1. Make sure that world_map.jpg is in /sdcard/ADSB.
  2. Go in /firmware/tools.
  3. Run 'python adsb_map.py'. Give it some time.
  4. world_map.bin should appear ! Leave it in the ADSB directory.