Skip to content

PBOS Update V3.2

Latest
Compare
Choose a tag to compare
@HalloSpaceBoy5 HalloSpaceBoy5 released this 17 Sep 02:02
ec96a7b

Notice: Do not use the Pi Pico 2 when assembling your PicoBoy V2 kit! I have yet to test it and write in compatibility into PBOS!

PBOS Updates:

  • Added functionality to import custom PLibraries
  • External libraries can be used to:
  • Add new features to games
  • Mod games
  • Customize your programming experience
  • Added new statistics section that shows:
    • OS Version
    • MicroPython Version
    • Free Space
    • Games Installed
    • Battery
    • Libraries Installed

PicoBoySDK Updates:

  • Added new feature that lets you import and utilize objects initialized in custom libraries
  • Now raises TypeErrors when an exception occurs