#Frequency display from png numbers

1 messages · Page 1 of 1 (latest)

wary girder
#

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:

  1. plugins/frequency-display-plugin.js
  2. plugins/frequency-display-plugin/frequency-display-plugin.js
  3. 11 PNG image files for digits 0–9 and a decimal point (or comma), named:
    • 0.png, 1.png, ..., 9.png, dot.png (or comma.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 .js files in the standard location for plugins (/plugins and /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.

steady willow
wary girder
#

Luca you can create your own 0 thru 9 numbers. KIAs (and hyundais) don't have these nixie tubes any longer I think they went away from the newer models. I was driving a rented kia a couple of years ago and did an fm scan from it in Philadelphia. the video is still on youtube.

steady willow
#

Soo maybe ur right

sour inlet
#

these might be interesting to use

#

i like these ones personally

tender hull
#

I just downloaded this plugin with the stock images but they don't show up. How do i fix this?

wary girder
#

i should probably update this plugin to be more intelligent but the code, as originally created, expects separate png files for each number - 0.png then 1.png then 2.png, etc. files will be placed in the following folder: /web/images3 i apologize it is not user friendly it was created prior to the plugin framework.

tender hull
#

Thanks for your help! it works now.

tender hull
#

Way better👌

wary girder
#

The github repository has been updated to better work with recent layout changes