Skip to content

Commit

Permalink
Merge pull request AeroQuad#86 from kh4/master
Browse files Browse the repository at this point in the history
OSD: remove unneeded comment (duplicated on split)
  • Loading branch information
Kenny9999 committed Jan 12, 2012
2 parents a3bd828 + b301a9a commit 0ed3cd5
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions Libraries/AQ_OSD/MAX7456_AI.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/*
This module provides on screen display (OSD) for Aeroquad FPV flying.
It can display
- artificial horizon with pitch lines
- battery information
- altitude (and altitude hold state and target )
- compass heading
- flight timer
- callsign
- RSSI information
- additional notification strings
You will need to upload a special character set initially using the
provided MAX7456_Font_Updater sketch.
The user must connect a MAX7456 OSD chip to the appropriate header pins on
the Arduino. These pins are marked 'OSD' on the AeroQuad Shield v2.
If the chip is not connected properly, this code should not hang (according
to my best knowledge).
If using the SparkFun MAX7456 breakout board, the reset pin should be wired
high (+5V) either directly or with 10kOhm resistor.
As the MAX7456 may draw up to 100mA it is a good idea to power it using
separate regulator (or power it from one of the BEC:s on ESCs). It is known
that powering from arduino and using >=3S battery will overheat the regulator
which will lead to Arduino crash.
Special thanks to Alamo for contributing this capability!
*/

#ifndef _AQ_OSD_MAX7456_AI_H_
#define _AQ_OSD_MAX7456_AI_H_

Expand Down

0 comments on commit 0ed3cd5

Please sign in to comment.