furrtek dc5d6fef70 Started work on ACARS RX
Added ACARS frequencies file
Moved non-implemented apps menu items down
2018-06-10 10:15:43 +01:00
..
2018-05-15 23:47:08 +01:00
2018-06-10 10:15:43 +01:00
2018-03-27 12:52:07 +01:00
2018-01-07 22:47:57 +00:00
2017-03-30 00:20:09 +02:00
2018-01-08 03:09:51 +00: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 sur 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.