commit | 8fe0597ee646be98af35dc5c9598441ae1bd0dc7 | [log] [tgz] |
---|---|---|
author | AnthonyDiGirolamo <anthony.digirolamo@gmail.com> | Sun Nov 21 19:55:09 2021 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 18 22:24:49 2022 +0000 |
tree | 95ca5eb4cf17a6102a65ec5fde90725e03bed47e | |
parent | 552c42950eca992dbf8a9055de7c08eae5b9c93f [diff] |
pw_display: Facade backend implementations and demo - pw_display - pw_display_null - pw_display_host_imgui - pw_display_pico_ili9341 - pw_display_stm32f429i_disc1_stm32cube_ili9341 - pw_display_teensy_ili9341 - pw_touchscreen - pw_touchscreen_null - pw_touchscreen_teensy_xpt2046 - pw_touchscreen_teensy_stmpe610 Change-Id: I898efd067ad1b424a5789033091c2267216d8e19 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/70224 Commit-Queue: Anthony DiGirolamo <tonymd@google.com> Reviewed-by: Armando Montanez <amontanez@google.com>
This repository contains experimental pigweed modules.
Clone this repo with --recursive
to get all required submodules.
git clone --recursive https://pigweed.googlesource.com/pigweed/experimental
This will pull the Pigweed source repository into third_party/pigweed
. If you already cloned but forgot to --recursive
run git submodule update --init
to pull all submodules.