adafruit / Adafruit_Learning_System_Guides

Programs and scripts to display "inline" in Adafruit Learning System guides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Further updates for CircuitPython 7

lesamouraipourpre opened this issue · comments

At the bottom is a list of Learn Guides in need of further updates for CircuitPython 7. The changes needed fall into three categories:

  • OnDiskBitmap - Update the usage to take a filename string and handle the file opening internally.
  • Sprite - Not a CP7 update but some Learn Guides still use displayio.Sprite which doesn't exist anymore.
  • TileGrid(position=(0,0)) - Not a CP7 update but some Learn Guides still use position with displayio.TileGrid. This was replaced with x and y

Learn Guide code to be updated:

  • CircuitPython_displayio - #1749
  • CircuitPython_RGBMatrix - #1750
  • CircuitPython_sdcardio_sdioio - #1753
  • HalloWing_Cat_Toy - #1758
  • HalloWing_Jump_Scare_Trap - #1759
  • Hallowing_Jump_Sound - #1761
  • HalloWing_Tour_Guide - #1762
  • Kitty_Paw_Keypad - #1766
  • Magic_Nine_Ball - #1765
  • Pathfinder - #1754
  • PyGamer_Improved_Thermal_Camera - #1764
  • PyGamer_Thermal_Camera - #1763
  • PyPortal_Alarm_Clock - #1757
  • PyPortal_AWS_IOT_Planter - #1756
  • PyPortal_Titano_Weather_Station - #1727
  • RBG_Matrix - #1755
  • Tilemap_Game_With_CircuitPython - #1760

All updated