PX4-Autopilot icon indicating copy to clipboard operation
PX4-Autopilot copied to clipboard

Adding an OLED driver

Open muramura opened this issue 1 year ago • 2 comments

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

muramura avatar Jan 02 '24 14:01 muramura

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

PetervdPerk-NXP avatar Jan 02 '24 15:01 PetervdPerk-NXP

Is the intention something like this?:

ryanjAA avatar Jan 08 '24 17:01 ryanjAA