I have uploaded a plugin for replacing the frequency display with number digits made up of png files -> https://github.com/NO2CW/FM-DX-Webserver-Freq-Display
This plugin customizes how frequencies are displayed on the FM DX Webserver by replacing standard text with PNG image files representing digits. It allows for a more creative, font-independent frequency display.
🔧 Files Included:
plugins/frequency-display-plugin.jsplugins/frequency-display-plugin/frequency-display-plugin.js- 11 PNG image files for digits 0–9 and a decimal point (or comma), named:
0.png,1.png, ...,9.png,dot.png(orcomma.png)
📁 Expected Folder Structure:
- Place the digit PNG files in:
/web/images3 - Each PNG should have a transparent background for better visual fit.
- Place the two
.jsfiles in the standard location for plugins (/pluginsand/plugins/frequency-display-plugin/), as is commonly done for all FM DX Webserver plugins.
⚙️ Customization:
The plugin's JavaScript file can be easily edited to change the image path or load images from an online source.
A set of sample digit images is included.