Pico Display - Updated tank game for the Raspberry Pi Pico with PicoGraphics

Опубликовано: 06 Январь 2025
на канале: Penguin Tutor
1,241
12

This video explains the changes I’ve had to make my Raspberry Pi Pico Tank Game, so that it will work on the latest version of the Pimoroni MicroPython libraries for the Raspberry Pi Pico display pack.

As well as explaining the changes I needed to make because of the new library, this is going to talk about the potential pitfalls of doing something that doesn’t follow the API, as my earlier code read data direct from display memory and that is no longer possible.

It’s also going to provide an introduction to programming the Pimoroni PicoDisplay library for anyone that is looking at creating their own code to run on the PicoDisplay.

For more details see: http://www.penguintutor.com/projects/...

Chapters:
00:00 Pico Display PicoGraphics
00:37 Designing a game in Python
02:50 Reading graphics memory
03:37 Application Programming Interface (API)
07:18 PicoGraphics unified library
08:28 Update software for PicoGraphics
10:09 Fixing the display memory problem
12:40 Updated collision detection
13:57 Summary