668477 / minimosd-extra

Automatically exported from code.google.com/p/minimosd-extra
0 stars 0 forks source link

leaders in the artifical horizon #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I liked leaders in the artifical horizon.

What is the expected output? What do you see instead?
I liked leaders in the artifical horizon. Is it possible to return the leaders 
back? Or to be able to select the type of the horizon based on preference?

What version of the product are you using? On what operating system?
MinimOSD Extra 2.1.5 Pre Release Version r458.hex

Please provide any additional information below.
http://youtu.be/FjBIcMMJ0f8

Original issue reported on code.google.com by pnikite...@gmail.com on 21 Jan 2013 at 2:10

GoogleCodeExporter commented 8 years ago
Hi,

It is possible.

You need to change a few the side caracters in "panHorizon" to the ones you 
want.

I have replaced the chars you need to change with a "here". :)
osd.printf_P(PSTR("\here\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\here|")
);
This is my original:
osd.printf_P(PSTR("\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|"));

This is the way.

But still. I did this on purpose.

We have too many things on the screen. It is fun to see it all working, but 
don't forget about the video behind. :)

This was a way to make pilots see more.

Original comment by gabek...@gmail.com on 19 Feb 2013 at 2:43