PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.2k stars 13.37k forks source link

Adding an OLED driver #22594

Open muramura opened 8 months ago

muramura commented 8 months ago

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

PetervdPerk-NXP commented 8 months ago

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

ryanjAA commented 8 months ago

Is the intention something like this?: