Phil Howard
959e240544
QA: Fix RET503 (Missing explicit return) exceptions.
2025-06-25 09:57:15 +01:00
Phil Howard
42da5174bb
QA: Lint MicroPython examples.
2025-04-25 17:01:41 +01:00
Hel Gibbons
e8260bf521
Merge pull request #1041 from pimoroni/examples/rp2350-display-pack
...
Display Pack: Make button example work with RP2350 boards
2024-12-24 13:50:07 +00:00
Hel Gibbons
77e6a9db6d
update display pack button example to work with RP2350 boards
2024-12-24 12:39:29 +00:00
thirdr
f1c361bb82
Pico Display 2.x: compatibility note
2024-09-27 09:52:01 +01:00
thirdr
61ca10eaca
Pico Display 2.x: Fixed button function
2024-09-26 15:53:03 +01:00
thirdr
ad6fd1c2d8
Pico Display 2.x: example menus
2024-08-12 15:17:49 +01:00
Hel Gibbons
1135bd542b
Pico Display 2.8 - remove text examples
2024-08-01 14:27:09 +01:00
Hel Gibbons
534c51bf55
Examples: fix typo in starfield.py
2024-07-16 14:08:58 +01:00
Hel Gibbons
afd652bdab
Examples: update for Pico Display 2.8"
2024-07-16 14:06:47 +01:00
thirdr
f962c3cd3c
linting
2024-05-13 12:27:23 +01:00
thirdr
b5a040f6cc
correct layout on pico display 1 & 2
2024-05-13 12:27:23 +01:00
thirdr
d790d3d344
fixed background colour
2024-05-13 12:18:36 +01:00
thirdr
8fb17a3c26
adjustment to scale and location
2024-05-13 12:18:36 +01:00
thirdr
4db7cc61ab
png palette offset example
2024-05-13 12:18:36 +01:00
thirdr
76683acb0d
png decode example for display pack
2024-05-13 12:18:36 +01:00
Hel Gibbons
914a4b345c
Correct RAM units
2023-01-18 15:41:33 +00:00
Hel Gibbons
1337d2abdb
Update examples to use PicoGraphics ( #428 )
...
* correct filename in name_badge.py for Tufty
* Update 240x240 round breakout examples to work with PicoGraphics
* Update colourlcd240x240demo.py to work with PicoGraphics
* Fixed rainbow.py for Pico Display and Pico Display 2.0
* Update display examples to work with PicoGraphics
* add new display example 🌈
* adventures in rainbow RAM
* add button example for pico inky pack
* tidy up examples, make names more consistent
* Update Pico Explorer and 160x80 LCD breakout examples
* Accommodate dither
2022-07-07 09:37:47 +01:00
Phil Howard
0264dddc2c
Pico Explorer: Update examples for Motor, Buzzer, Button, ST7789.
2022-06-13 20:11:09 +01:00
Phil Howard
844a5af384
ST7789/PicoGraphics: Update some examples.
2022-06-13 20:11:09 +01:00
Phil Howard
a1f7c2fc2b
ST7789: Port examples.
...
Update the Pico Display examples to use ST7789.
Since LED and Button input was also part of the Pico Display modules, replace with pimoroni.Button and pimoroni.RGBLED.
2022-05-12 12:45:27 +01:00
Phil Howard
421d1edf84
qrcode: Basic MicroPython example for PicoDisplay
2022-03-11 12:55:34 +00:00
ZodiusInfuser
9906fdec38
C class and MP bindings for PicoDisplay2
2021-09-08 13:56:03 +01:00
Phil Howard
47be7e5f31
Add Python linting
2021-04-15 09:36:38 +01:00
Phil Howard
051013a1b3
Improved thermometer demo colour range
...
* Display temp as 00.00 with floating point component
* Use the temp value to blend from a list of display colours
* Fixed slowdown bug when screen begins to scroll
2021-03-29 16:57:58 +01:00
Salvatore La Bua
13b94c59c4
Display thermo example Keep last 48 temperatures
2021-03-09 02:16:10 +09:00
Philip Howard
62b869474d
Merge pull request #69 from pimoroni/patch-bouncing-balls
...
Improved bouncing balls demo
2021-02-23 15:05:30 +00:00
Phil Howard
e17aa01f5d
Improved bouncing balls demo
...
Keep the bouncing balls in the court and gives balls a speed in proportion to their size. Created from code in #63
Co-authored-by: Mark Emery <mark@markemerylimited.co.uk>
2021-02-23 12:46:50 +00:00
helgibbons
5f1bc6b641
Tweaks to examples
2021-02-16 16:52:48 +00:00
helgibbons
5118339781
Add simple button example for Display and Explorer
2021-02-16 14:43:57 +00:00
helgibbons
2f69d22c99
add some more examples
2021-02-14 14:42:51 +00:00
Phil Howard
f2eca450f8
Tweak demo to use display w/h and 16bit buf
2021-01-23 23:17:23 +00:00
James Sutton
f913f3198b
Fixing buffer in picodisplay micropython example
...
Signed-off-by: James Sutton <1068763+jpwsutton@users.noreply.github.com>
2021-01-23 23:17:23 +00:00
ZodiusInfuser
84e98b7040
Completed mpy wrapper for pico_display, and included example
2021-01-20 21:05:07 +00:00