qba667 / FlySkyI6

14 channels FW modifications for FlySky I6
GNU General Public License v3.0
285 stars 72 forks source link

Replace Timer on Screen #154

Open jan5650 opened 2 years ago

jan5650 commented 2 years ago

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!

Yenya commented 2 years ago

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.

jan5650 commented 2 years ago

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