pw_display: New facade definitions

Introduce new facades for interacting with small screens with
resistive touch.

- pw_display
- pw_touchscreen

Change-Id: If90b9edc940cfe92e78a0d28d284bd58744a6875
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/95201
Reviewed-by: Armando Montanez <amontanez@google.com>
Commit-Queue: Anthony DiGirolamo <tonymd@google.com>
5 files changed
tree: 5d621b9ef546f6daf521430337930b621683648b
  1. applications/
  2. build_overrides/
  3. infra/
  4. pw_board_led/
  5. pw_board_led_arduino/
  6. pw_board_led_host/
  7. pw_board_led_pico/
  8. pw_board_led_stm32cube/
  9. pw_board_led_stm32f429i_disc1/
  10. pw_color/
  11. pw_coordinates/
  12. pw_display/
  13. pw_draw/
  14. pw_framebuffer/
  15. pw_spin_delay/
  16. pw_spin_delay_arduino/
  17. pw_spin_delay_host/
  18. pw_spin_delay_pico/
  19. pw_spin_delay_stm32cube/
  20. pw_spin_delay_stm32f429i_disc1/
  21. pw_touchscreen/
  22. targets/
  23. third_party/
  24. tools/
  25. .gitattributes
  26. .gitignore
  27. .gitmodules
  28. .gn
  29. activate.bat
  30. banner.txt
  31. bootstrap.bat
  32. bootstrap.sh
  33. BUILD.gn
  34. BUILDCONFIG.gn
  35. env_setup.json
  36. navbar.md
  37. OWNERS
  38. PW_PLUGINS
  39. README.md
README.md

Pigweed Experimental

This repository contains experimental pigweed modules.

Repository setup

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.