Skip to content

Commit

Permalink
hw/display: add a virtual RGB screen for ESP32-S3 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry1945 authored and igrr committed Jun 6, 2024
1 parent c325f18 commit c02ced0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/display/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ system_ss.add(when: 'CONFIG_MACFB', if_true: files('macfb.c'))
system_ss.add(when: 'CONFIG_NEXTCUBE', if_true: files('next-fb.c'))
system_ss.add(when: 'CONFIG_RISCV_ESP32C3', if_true: files('esp_rgb.c'))
system_ss.add(when: 'CONFIG_XTENSA_ESP32', if_true: files('esp_rgb.c'))
system_ss.add(when: 'CONFIG_XTENSA_ESP32S3', if_true: files('esp_rgb.c'))

system_ss.add(when: 'CONFIG_VGA', if_true: files('vga.c'))
system_ss.add(when: 'CONFIG_VIRTIO', if_true: files('virtio-dmabuf.c'))
Expand Down

0 comments on commit c02ced0

Please sign in to comment.