FlySkyI6 icon indicating copy to clipboard operation
FlySkyI6 copied to clipboard

Replace Timer on Screen

Open jan5650 opened this issue 2 years ago • 2 comments

Hello!

I am enjoy using this firmware. Helps me great!

Is there any way to remove timer from the upper left section of screen (00:00:00)? I know its hardcoded, but dunno wich function i need to modify. I found two:

Sources\Mod.h mod h

Can i just simply write a short string without "00:00:00" like "FlySky" ? I think not, but worth a question :D

Sources\Alt.c alt c

What happend, if i uncomment the whole content of this function? There will be a blank space on the upper-left? What i need to write there if i want "FLYSKY" text on the upper left section?

Thank you!

jan5650 avatar Apr 27 '22 06:04 jan5650

I think it should work - change the string "00:00:00" to "FLYSKY " and comment out the body of printTimer() except the last two lines.

Yenya avatar Apr 27 '22 06:04 Yenya

Thank you for the fast answare! I will try it, and post the result.

jan5650 avatar Apr 27 '22 08:04 jan5650