ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
11.02k stars 17.58k forks source link

Onboard OLED Display: enable for Plane #7710

Closed GrahamDyer closed 6 years ago

GrahamDyer commented 6 years ago

Issue details

Enable the OLED onboard display in ArduPlane as described here: http://ardupilot.org/copter/docs/common-display-onboard.html for ArduCopter

Version

All versions

Platform

[ ] All [ ] AntennaTracker [ ] Copter [X] Plane [ ] Rover [ ] Submarine

Airframe type

Fixed wing

Hardware type

AUAV-X1

Logs

N/A

magicrub commented 6 years ago

Oh, this doesn't work for plane right now? I bought a few of those oleds but never got around to using them. I assumed they were working. Aaaand now I get to use them!

GrahamDyer commented 6 years ago

Hi Tom, they work well in ArduCopter but the parameter NTF_DISPLAY_TYPE doesn't appear in Plane so I guess the code isn't there.

Naterater commented 6 years ago

I thought precision hawk had the feature built in to their airframes. I never flew one though, so maybe I'm wrong, and maybe it was a special version.

magicrub commented 6 years ago

@GrahamDyer There's nothing in the OLED drivers that make copter special, it should work on all vehicles equally. I also see it in the auto-generated parameters list for plane here so the source says that parameter exists for plane so please double and triple check.

GrahamDyer commented 6 years ago

ntf The NTF_DISPLAY_TYPE parameter isn't there. I'll load the latest version of AP and check again...

DavidIngraham commented 6 years ago

Hmm, could this be specific to the AUV-X1? It works for me on the Cube.

GrahamDyer commented 6 years ago

OK, I managed to get it working. Seems the version of AP that I was using didn't have it. Apologies. Thank you for looking at this.