-
Notifications
You must be signed in to change notification settings - Fork 1
Splash and other images
For converting back and forth between the image and source you can use xxd. In a Windows environment you can use this command in the Linux Subsystem installing one of the versions available (i.e. Ubuntu).
xxd -i input_image.bmp output.hpp
xxd -r -p input.hpp output_image.bmp
There is a special file that contains all the firmware icons firmware\application\bitmap.hpp but this file should not be edited directly, instead, new icons should be created in firmware\graphics and then run firmware\tools\make_bitmap.py <DIRECTORY> to create bitmap.hpp.
For operating that Python3 script, Pillow library is required: pip install pillow
From bash, the command that creates and moves the bitmap file is:
python3 make_bitmap.py ../graphics/ && mv bitmap.hpp ../application/bitmap.hpp
The current icons were designed on Piskelapp. To create or update icons, the current sources (16x16 or 8x8) can be used.
- First steps
- Intended use and Legality
- Features
- Firmware update procedure
- Description of the hardware
- User interface
- Troubleshooting
-
Applications
- Receivers
- Transmitters
- ADS-B(S)
- APRS
- BHT Xy/EP
- GPS Sim
- Jammer
- Key Fob
- LGE Tool
- Morse
- Burger Pager
- POCSAG
- SSTV
- TEDI/LCR
- TouchTunes
- RDS
- OOK
- Soundboard
- Capture
- Replay
- Calls
- Scanner
-
Tools
- Freq manager
- File manager
- Signal gen
- Wave viewer
- Antenna length
- Wipe SD card
- Options
- Audio
- Radio
- Interface
- Date/Time
- Touchscreen
- Debug
- Memory
- SD Card
- Peripherals
- Temperature
- Buttons Test
- HackRF
- Compile From Source
- Description of the Structure
-
Software Dev Guides
- Create a Simple App
- Widgets
- SD Card
- Access Radio Hardware
- Create a Complex App
- Debug via SWD
- Tools
- Research
- UI Screenshots