Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Driver/video: Add Nuttx Goldfish-FB driver #10171

Merged
merged 1 commit into from Aug 13, 2023

Conversation

jianglianfang
Copy link
Contributor

Summary

Nuttx Goldfish-FB driver is to communicate with Goldfish-FB in QEMU, and push the framebuffer data to the emulator for display on the screen.

Impact

Add Nuttx Goldfish-FB driver.

Testing

  1. CONFIG_GOLDFISH_FB =1.
  2. Run lvgldemo.

drivers/video/goldfish_fb.c Outdated Show resolved Hide resolved
drivers/video/goldfish_fb.c Outdated Show resolved Hide resolved
drivers/video/goldfish_fb.c Outdated Show resolved Hide resolved
drivers/video/goldfish_fb.c Outdated Show resolved Hide resolved
@jianglianfang jianglianfang force-pushed the feat_goldfish_fb branch 3 times, most recently from b0cebdc to 1f008ce Compare August 11, 2023 12:03
Copy link
Contributor

@acassis acassis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jianglianfang please include in the commit log a reference to Android document about the Goldfish: https://android.googlesource.com/platform/external/qemu/+/master/docs/GOLDFISH-VIRTUAL-HARDWARE.TXT it will make it easier to people discover that it is

the register definition is described here:
https://android.googlesource.com/platform/external/qemu/+/master/docs/GOLDFISH-VIRTUAL-HARDWARE.TXT

Goldfish-FB driver is to communicate with Goldfish-FB in QEMU, and push the framebuffer data to the emulator for display on the screen.
test: CONFIG_GOLDFISH_FB =1, and run demo=>lvgldemo widgets

Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
@xiaoxiang781216
Copy link
Contributor

Done.

@acassis acassis merged commit 5accd7c into apache:master Aug 13, 2023
26 checks passed
@jerpelea jerpelea added this to To-Add in Release Notes - 12.3.0 Sep 26, 2023
@jerpelea jerpelea moved this from To-Add to drivers in Release Notes - 12.3.0 Sep 27, 2023
@jerpelea jerpelea moved this from drivers to done in Release Notes - 12.3.0 Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants