PX4-Autopilot
PX4-Autopilot copied to clipboard
Adding an OLED driver
Describe problem solved by the proposed feature
The alarm sound alone is not enough to know the status of the vehicle.
Describe your preferred solution
I can understand the meaning of the alarm sound by displaying the status of the aircraft on the OLED 128X64 screen.
Describe possible alternatives
I will implement the driver using this code from the MIT license as a reference. https://github.com/DuyTrandeLion/nrf52-ssd1309
Additional context
No response
The underlying NuttX RTOS already has support for OLED display's and exposes a /dev/fb framebuffer device if configured correctly.
See https://github.com/apache/nuttx/tree/master/drivers/lcd
Is the intention something like this?:
