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

Add more Raspberry Pi Pico LCD Shields #238

Merged
merged 14 commits into from
Jul 13, 2024
Merged

Add more Raspberry Pi Pico LCD Shields #238

merged 14 commits into from
Jul 13, 2024

Conversation

rexut
Copy link
Member

@rexut rexut commented Jun 26, 2024

Fixes #233 and also brings many improvements in shield documentation:

  • Pico LCD 0.96 shield by Waveshare
  • Pico LCD 1.3 shield by Waveshare
  • Pico LCD 1.44 shield by Waveshare
  • Pico LCD 1.8 shield by Waveshare
  • Pico ResTouch LCD 2.8 shield by Waveshare

Copy link

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@rexut
Copy link
Member Author

rexut commented Jun 26, 2024

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

Found the new shields here: https://bridle.tiac-systems.net/ghpr/doc/PR-238/bridle/boards/shields/rpi_pico_lcd/doc/index.html

@rexut rexut linked an issue Jun 29, 2024 that may be closed by this pull request
5 tasks
@rexut rexut force-pushed the devel/issues/233 branch 2 times, most recently from 80628fb to 3da299b Compare June 30, 2024 11:47
@rexut rexut marked this pull request as draft July 1, 2024 15:02
@rexut
Copy link
Member Author

rexut commented Jul 1, 2024

CONVERTED TO DRAFT see review comments in PR #243

@rexut rexut force-pushed the devel/issues/233 branch from 3da299b to 8b0e9c9 Compare July 2, 2024 15:59
@rexut rexut marked this pull request as ready for review July 2, 2024 16:50
@rexut
Copy link
Member Author

rexut commented Jul 2, 2024

CONVERTED TO DRAFT see review comments in PR #243

done –> READY FOR REVIEW

tobiaskaestner
tobiaskaestner previously approved these changes Jul 9, 2024
Copy link
Contributor

@tobiaskaestner tobiaskaestner left a comment

Choose a reason for hiding this comment

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

LGTM

@rexut rexut dismissed tobiaskaestner’s stale review July 13, 2024 08:00

The merge-base changed after approval.

rexut added 14 commits July 13, 2024 10:12
- Waveshare Pico LCD 1.14
- Waveshare Pico LCD 2

Signed-off-by: Stephan Linz <[email protected]>
The new part of the Raspberry Pi Pico LCD shield by Waveshare is:

  * Pico LCD 0.96 (waveshare_pico_lcd_0_96)

supported features:

  * display API (zephyr/samples/drivers/display)
  * LVGL stack (zephyr/samples/subsys/display/lvgl)
  * input API (zephyr/samples/subsys/input/input_dump)

supported platforms:

  * Raspberry Pi Pico (rpi_pico)
  * Raspberry Pi Pico W (rpi_pico_w)
  * Waveshare RP2040 Plus 4MB (waveshare_rp2040_plus)
  * Waveshare RP2040 Plus 16MB (waveshare_rp2040_plus@16mb)

Signed-off-by: Stephan Linz <[email protected]>
The new part of the Raspberry Pi Pico LCD shield by Waveshare is:

  * Pico LCD 1.3 (waveshare_pico_lcd_1_3)

supported features:

  * display API (zephyr/samples/drivers/display)
  * LVGL stack (zephyr/samples/subsys/display/lvgl)
  * input API (zephyr/samples/subsys/input/input_dump)

supported platforms:

  * Raspberry Pi Pico (rpi_pico)
  * Raspberry Pi Pico W (rpi_pico_w)
  * Waveshare RP2040 Plus 4MB (waveshare_rp2040_plus)
  * Waveshare RP2040 Plus 16MB (waveshare_rp2040_plus@16mb)

Signed-off-by: Stephan Linz <[email protected]>
The new part of the Raspberry Pi Pico LCD shield by Waveshare is:

  * Pico LCD 1.44 (waveshare_pico_lcd_1_44)

supported features:

  * display API (zephyr/samples/drivers/display)
  * LVGL stack (zephyr/samples/subsys/display/lvgl)
  * input API (zephyr/samples/subsys/input/input_dump)

supported platforms:

  * Raspberry Pi Pico (rpi_pico)
  * Raspberry Pi Pico W (rpi_pico_w)
  * Waveshare RP2040 Plus 4MB (waveshare_rp2040_plus)
  * Waveshare RP2040 Plus 16MB (waveshare_rp2040_plus@16mb)

Signed-off-by: Stephan Linz <[email protected]>
The new part of the Raspberry Pi Pico LCD shield by Waveshare is:

  * Pico LCD 1.8 (waveshare_pico_lcd_1_8)

supported features:

  * display API (zephyr/samples/drivers/display)
  * LVGL stack (zephyr/samples/subsys/display/lvgl)
  * input API (zephyr/samples/subsys/input/input_dump)

supported platforms:

  * Raspberry Pi Pico (rpi_pico)
  * Raspberry Pi Pico W (rpi_pico_w)
  * Waveshare RP2040 Plus 4MB (waveshare_rp2040_plus)
  * Waveshare RP2040 Plus 16MB (waveshare_rp2040_plus@16mb)

Signed-off-by: Stephan Linz <[email protected]>
The new part of the Raspberry Pi Pico LCD shield by Waveshare is:

  * Pico ResTouch LCD 2.8 (waveshare_pico_restouch_lcd_2_8)

supported features:

  * display API (zephyr/samples/drivers/display)
  * LVGL stack (zephyr/samples/subsys/display/lvgl)
  * input API (zephyr/samples/subsys/input/input_dump)

supported platforms:

  * Raspberry Pi Pico (rpi_pico)
  * Raspberry Pi Pico W (rpi_pico_w)
  * Waveshare RP2040 Plus 4MB (waveshare_rp2040_plus)
  * Waveshare RP2040 Plus 16MB (waveshare_rp2040_plus@16mb)

Signed-off-by: Stephan Linz <[email protected]>
All supported displays now provide standardized variations for the
orientation of the content. The displays always have a preferred
orientation, landscape, with the USB port either on the left side
or facing upwards. Alternatively, this orientation can be changed
to portrait and the following variations can also be applied:

  - mirrored (flip horizontal, hFlip)
  - upside down (flip vertical, vFlip)
  - over head (rotated by 180°)
                                             USBD
                   (USBD)        ---   .----.-^^-.----.
       .----.--------^^-.----.    ^    | rd |    | gn |
       | rd |           | gn |    |    +----´    `----+
       +----´           `----+    |    |              |
  USBD <      landscape      |         |              |
       +----.           .----+  vFlip  |   portrait   |
       | bk |           | bl |         |              > (USBD)
       `----'-----------'----´    |    |              |
                                  |    +----.    ,----+
       |<------ hFlip ------>|    v    | bk |    | bl |
              (mirrored)         ---   `----'----'----´
                            (upside down)
             .---------.                   .-----.
             |bl     bk|                   |bl bk|
             |         |  < (over head) >  |     |
             |gn     rd|                   |gn rd|
             `---------´                   `-----´

Signed-off-by: Stephan Linz <[email protected]>
To improve the clarity of the main page, almost all subsections with
detailed information are moved to newly created RST include files in
the respective subdirectories.

Signed-off-by: Stephan Linz <[email protected]>
All supported displays now provide standardized variations for the
orientation of the content. The displays always have a preferred
orientation, landscape, with the connector port either on the right
side or facing downwards. Alternatively, this orientation can be
changed to portrait and the following variations can also be applied:

  - mirrored (flip horizontal, hFlip)
  - upside down (flip vertical, vFlip)
  - over head (rotated by 180°)
                                ---       .----.----.----.
  .----.-----------.----.        ^        | rd |    | gn |
  | rd |           | gn |        |        +----´    `----+
  +----´           `----+        |        |              |
  |      landscape      > CONN            |              |
  +----.           .----+      vFlip      |   portrait   |
  | bk |           | bl |                 |              |
  `----'-----------'----´        |        |              |
                                 |        +----.    ,----+
  |<------ hFlip ------>|        v        | bk |    | bl |
         (mirrored)             ---       `----'-vv-'----´
                           (upside down)        CONN

        .---------.                           .-----.
        |bl     bk|                           |bl bk|
        |         |     <  (over head)  >     |     |
        |gn     rd|                           |gn rd|
        `---------´                           `-----´

Signed-off-by: Stephan Linz <[email protected]>
To improve the clarity of the main page, almost all subsections with
detailed information are moved to newly created RST include files in
the respective subdirectories.

Signed-off-by: Stephan Linz <[email protected]>
- Waveshare RP2040 LCD 0.96
- Waveshare RP2040 Geek

Signed-off-by: Stephan Linz <[email protected]>
All supported displays now provide standardized variations
for the orientation of the content. The displays always have
a preferred orientation, landscape, with the USB port on the
left side. Alternatively, this orientation can be changed to
portrait and the following variations can also be applied:

  - mirrored (flip horizontal, hFlip)
  - upside down (flip vertical, vFlip)
  - over head (rotated by 180°)
                                             USBD
                                 ---   .----.-^^-.----.
       .----.-----------.----.    ^    | rd |    | gn |
       | rd |           | gn |    |    +----´    `----+
       +----´           `----+    |    |              |
  USBD <      landscape      |         |              |
       +----.           .----+  vFlip  |   portrait   |
       | bk |           | bl |         |              |
       `----'-----------'----´    |    |              |
                                  |    +----.    ,----+
       |<------ hFlip ------>|    v    | bk |    | bl |
              (mirrored)         ---   `----'----'----´
                            (upside down)
             .---------.                   .-----.
             |bl     bk|                   |bl bk|
             |         |  < (over head) >  |     |
             |gn     rd|                   |gn rd|
             `---------´                   `-----´

Signed-off-by: Stephan Linz <[email protected]>
Enhancement of the documentation to include the newer Waveshare
RP2040-LCD-0.96 Rev 2.0 PCB. The illustrations of the older PCB
revision also had to be updated. These were incorrect.

Signed-off-by: Stephan Linz <[email protected]>
Add new Raspberry Pi Pico LCD Shields:

- Pico LCD 0.96 shield by Waveshare
- Pico LCD 1.3 shield by Waveshare
- Pico LCD 1.44 shield by Waveshare
- Pico LCD 1.8 shield by Waveshare
- Pico ResTouch LCD 2.8 shield by Waveshare

Signed-off-by: Stephan Linz <[email protected]>
@rexut rexut force-pushed the devel/issues/233 branch from 8b0e9c9 to 038976a Compare July 13, 2024 08:14
@rexut rexut requested a review from tobiaskaestner July 13, 2024 08:55
Copy link
Contributor

@tobiaskaestner tobiaskaestner left a comment

Choose a reason for hiding this comment

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

Lgtm

@rexut rexut merged commit 038976a into main Jul 13, 2024
10 checks passed
@rexut rexut deleted the devel/issues/233 branch July 13, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[HW] Waveshare Raspberry Pi Pico LCD Modules as Shields
2 participants