PlayUAV / PlayuavOSD

A Graphical OSD for FPV
http://en.playuav.com
GNU General Public License v3.0
67 stars 60 forks source link

MISC START ROW STAR COL NO WORK #17

Closed roque-canales closed 8 years ago

roque-canales commented 8 years ago

value not affect at all of osd position on screen

ghost commented 8 years ago

When the value is positive it should work. If the value is negative, it will fail, because the code defines the variable as unsigned int 16. Nevertheless, it is clear that this is a bug and need to be fixed.

roque-canales commented 8 years ago

Also I tested positive offset values, and noting change...

N-Z-N commented 8 years ago

Both the Row and Col values no longer work. In v7 firmware (and v1.0.0.6 config tool), this is what I experienced:

"OSD display configtool: MISC ==> Start_Col setting. -Adding any negative value is not accepted. Eg. entering "-20" reverts to 65536 when value is refreshed (Read Params) -Positive values are ok. -Also Start_Row works fine with negative values."

At that point Row field still worked with negative values. Now it no longer does. So both Col and Row values are not accepting negative values.

Additionally...making any changes to these fields in the POS side, does not reflect changes to the OSD either. Basically it seems like both these values are completely non-functional as of the new release.

When I updated to v9 firmware (and v1.0.1.3 config tool), I noticed that my entire OSD shifted down. That is because I had the ROW set to (-10), when it was working on v7 firmware. Now making any changes to ROW, has no affect.

ghost commented 8 years ago

ver10 fixed this issue. The column_offset can be set from -20 to 20, and the row_offset only allowed positive value from 0 to 20. Just closed.I am happy to re-open it.