mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-18 22:05:15 +03:00
Merge pull request #1457 from tednv/displaytrimdev
add accelerometer trim to display
This commit is contained in:
commit
d690e74b08
7 changed files with 904 additions and 837 deletions
|
@ -3,14 +3,19 @@
|
|||
INAV supports displays to provide information to you about your aircraft and iNav state.
|
||||
|
||||
When the aircraft is armed, an "Armed" message is displayed. When it is disarmed, a summary page is displayed. Page cycling has been removed and no other information is currently available
|
||||
<img src="https://cloud.githubusercontent.com/assets/11059099/13985203/1a4c7f40-f147-11e5-83f0-608d9771fdda.jpg"/>
|
||||
<img src="https://camo.githubusercontent.com/41c25ff52e6d1e08d09bc4f85c28be022bfac7f0/68747470733a2f2f717561646d6575702e736874722e65752f77702d636f6e74656e742f75706c6f6164732f323031362f30332f6f6c65645f646973706c61792e6a7067"/>
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
There is currently no way to change the information on the display
|
||||
|
||||
## Supported Hardware
|
||||
I2c IIC Serial Oled LCD LED Module 12864 (<a href="http://a.co/5hxXEvZ">http://a.co/5hxXEvZ</a> used in status image above)
|
||||
|
||||
At this time no other displays are supported other than the SSD1306 / UG-2864HSWEG01.
|
||||
SSD1306
|
||||
|
||||
UG-2864HSWEG01
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 196 KiB |
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
BIN
docs/assets/images/inav_display_armed.jpg
Normal file
BIN
docs/assets/images/inav_display_armed.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 KiB |
BIN
docs/assets/images/inav_display_status.jpg
Normal file
BIN
docs/assets/images/inav_display_status.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
Loading…
Add table
Add a link
Reference in a new issue