This project implements a retro-style ADS-B radar display designed specifically for the ESP32 using a Cheap Yellow Display (CYD) ILI9341. It fetches aircraft data from local dump1090 instances and visualizes real-time information, including position, altitude, speed, and callsigns, on an interactive radar scope or within a tabular list.
Key features:
* Radar scope visualization featuring range rings, crosshairs, and blips for approaching aircraft.
* A detailed aircraft data table providing quick access to nearby flight info.
* Touchscreen support allowing users to cycle through large radar, split-screen, and full-table layout modes.
* Automatic identification of military aircraft via red color highlighting.
* Highly optimized for MicroPython on ESP32 hardware using specific CYD libraries.