File locations for bitmaps for telemetry screens - OpenTx - 2.2.1

openTx has introduced a range of new features, ideas and bling. It is fast becoming the firmware of choice for many users. openTx will run on ALL current hardware platforms, including the gruvin9x and sky9x boards. Work has already started to support the new FrSky X9D radio!
Post Reply
paulj
Posts: 22
Joined: Sun Jun 29, 2014 8:20 am
Country: -

File locations for bitmaps for telemetry screens - OpenTx - 2.2.1

Post by paulj »

Good morning!

I have a problem getting bitmaps to display on a telemetry screen. When I use the simulator, the error message is this:

Code: Select all

convertToSimuPath(): alt-1.bmp -> alt-1.bmp
findTrueFileName(alt-1.bmp)
        not found
f_open(alt-1.bmp) = INVALID_NAME (FIL 0x7f096fffd430)
What are the restrictions for filenames, and where should they be loaded? I have tried SCRIPTS/BMP/ and SCRIPTS/TELEMETRY/BMP/ and also BMP/ (all referenced off the SD card root), but without luck.

Many thanks!

User avatar
Kilrah
Posts: 11107
Joined: Sat Feb 18, 2012 6:56 pm
Country: Switzerland

Re: File locations for bitmaps for telemetry screens - OpenTx - 2.2.1

Post by Kilrah »

You can put them anywhere but you must specify the full path (from SD root) including the leading slash if they are not in the same dir as the script.
paulj
Posts: 22
Joined: Sun Jun 29, 2014 8:20 am
Country: -

Re: File locations for bitmaps for telemetry screens - OpenTx - 2.2.1

Post by paulj »

Great - thanks!

Post Reply

Return to “openTx”