More Frame buffer experiments with PicoDisplay, Micropython and the Pi Pico

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 4

  • @MarkEmeryPhotography
    @MarkEmeryPhotography 3 года назад +1

    Nice! I’ve got a pico display doing some fast animation by loading bitmaps directly into the display buffer using filehandle.readinto(display_buffer) I can’t have many frames due to lack of storage. Loading sprites up might be possible in the same way, so they’re not hard coded in Python.

  • @MarkEmeryPhotography
    @MarkEmeryPhotography 3 года назад

    Hi, SpiderMaf. Are you happy with a variant of your Jungle Lander demo being included in an archive I'm going to be sharing with Pimoroni? In the docs I have a link to your channel. I've added a background image behind the trees and lander. It's one of many programs I've got a top level menu around.

    • @spidermaf
      @spidermaf  3 года назад +1

      Yeah no problem. It was put out there as an intro for others to improve or build on. Thanks for asking though and the link back is appreciated.

    • @MarkEmeryPhotography
      @MarkEmeryPhotography 3 года назад

      @@spidermaf many thanks.