murata
1a781f44cc
AP_Notify: Correct the display area clear of the text message.
8 years ago
murata
33f91b5af5
AP_Notify: whitespace changes
8 years ago
murata
3a6f8d2136
AP_Notify: Preprocessor out EMOJI code group with character bitmap.
8 years ago
Peter Barker
bcb0ead71a
AP_Notify: improve display detection
...
Create probe function for displays
Use a mask to determine I2C buses to probe
8 years ago
Peter Barker
d170396acf
Notify: Display: blank text line after 10s
8 years ago
Peter Barker
da03cf29d6
Notify: Display: pad GPS status/sat count to fix stray chars
8 years ago
Jacob Walser
f3fa8403f8
AP_Notify: Add tone and light pattern for leak detection
8 years ago
murata
eb6cdd27fb
AP_Notify: Change from magic number 0 to definition name.
8 years ago
proficnc
2165a8832b
Reduce the risk of the buzzer affecting IMU's during the battery alarm
8 years ago
murata
3ce2ca488a
AP_Notify: Unify from print or println to printf.
8 years ago
mirkix
2f8452b8a6
AP_Notify: Add BeagleBone Blue
8 years ago
Randy Mackay
0ce8cf3cf4
AP_Notify: remove ToshibaLED_PX4
8 years ago
Randy Mackay
98db17e9a1
AP_Notify: example sketch uses ToshibaLED_I2C driver
8 years ago
Randy Mackay
d8ae56f455
AP_Notify: pixhawk and vrbrain use in-tree ToshibaLED
8 years ago
Randy Mackay
eedfe13f9c
AP_Notify: fix ToshibaLED_I2C and check both I2C buses
...
the rgb value was never being set meaning the led was always off
external bus is checked first
8 years ago
Randy Mackay
0e20c8040c
AP_Notify: rgbled methods protected and add override
...
no functional change
8 years ago
Randy Mackay
b5573f6665
AP_Notify: add PX4_V4 check to PixRacerLED
8 years ago
iseries1
4467a2cd16
AP_Notify: enable PixRacer onboard LED
...
Enable PixRacer onboard LED to show status of flight controller
8 years ago
Randy Mackay
8041a7f183
AP_Notify: add PixRacerLED
8 years ago
murata
315f7c6a9a
AP_Notify: Represent the base of ASCII numeric code with letters.
8 years ago
Michael du Breuil
9346117c01
Notify: Update for GPS types
8 years ago
Randy Mackay
1300a9d3c6
AP_Notify: minor formatting fixes
...
no functional change
8 years ago
Randy Mackay
4691bc76f3
AP_Notify: display gets semaphore protecting display buffer
8 years ago
Randy Mackay
80c1433682
AP_Notify: Display backend methods become void
...
We never use the return value so might as well remove it
8 years ago
Randy Mackay
cb1d1df03a
AP_Notify: reorder flags
...
This tiny improvement allows the flags above battery voltage to be squeezed into the same byte
8 years ago
Randy Mackay
e085ae1ec8
AP_Notify: add set_flight_mode_str method
...
This allows the vehicle code to set a short string for the flight mode
8 years ago
Randy Mackay
acff67c718
AP_Notify: Display_SH1106 command stucture clarification
...
renaming the elements of the structure makes their purpose more clear
8 years ago
Randy Mackay
fd365de5f8
AP_Notify: Display structures PACKED
8 years ago
Randy Mackay
843210cac2
AP_Notify: Display bus passed into contructor
8 years ago
Randy Mackay
682fc759f1
AP_Notify: minor formatting and comment changes
...
No functional change
8 years ago
Randy Mackay
d12e0d6a82
AP_Notify: Display send_text made not static
8 years ago
Randy Mackay
07c08c09a3
AP_Notify: small change to Display health logic
8 years ago
Randy Mackay
847c68bf72
AP_Notify: remove comment
8 years ago
Randy Mackay
21a95a3b0a
AP_Notify: Display screenpage variable made part of class
8 years ago
Randy Mackay
c5ba54c3fe
AP_Notify: adjust Display class structure
...
This makes the display architecture closer to our other frontend/backend splits
Added check that display is initialised successfully in hw_init
Renamed _update_timer to just _timer to make more consistent with other drivers
8 years ago
Randy Mackay
0690315814
AP_Notify: remove unused methods and member from Display
8 years ago
Randy Mackay
f0c6fd3038
AP_Notify: resolve compiler warning in Display
8 years ago
Randy Mackay
9eb6d18d8e
AP_Notify: add override to display methods
8 years ago
kozinalexey
ed4115c4e3
AP_Notify: Support for OLED display by Alexey Kozin
8 years ago
murata
34e491f168
AP_Notify: Add a NULL pointer check.
8 years ago
murata
8a32d09264
AP_Notify: Change arming time count check.
8 years ago
Lucas De Marchi
fd0e4164b9
AP_Notify: DiscoLED: keep includes sorted
8 years ago
Mathieu OTHACEHE
701d91f20c
AP_Notify: Disco: use new led sysfs backend or, if not available, legacy
...
pwm backend to drive leds.
In new Disco releases, the led sysfs api will replace the pwm sysfs
api to drive the tricolor led.
Keep pwm sysfs api for compatibility reasons.
8 years ago
Lucas De Marchi
5472bc4de1
Global: change Device::PeriodicCb signature
...
Remove bool return as it's never being used and not supported on PX4.
8 years ago
murata
13ad06e652
AP_Notify: Change on / off of LED to ternary operator.
8 years ago
Andrew Tridgell
dbd192971f
AP_Notify: fixed threading on toshibaled i2c
8 years ago
Andrew Tridgell
a9cb03ad74
AP_Notify: fixed threading in two notify backends
8 years ago
Mathieu OTHACEHE
60ba91aead
Disco: add buzzer support
...
Use ToneAlarm class to handle Disco buzzer.
8 years ago
Mathieu OTHACEHE
37237a5735
Disco_LED: Do not alloc PWM_Sysfs_Bebop objects
...
Using PWM_Sysfs_Base::init method, we don't need anymore to alloc memory
for PWM_Sysfs_Bebop objects.
8 years ago
Mathieu OTHACEHE
5e42800b5e
Disco: add LED support
...
Use RGBLed generic implementation to support Disco LED.
8 years ago