Kookaberry Reference Guide
1.11.0

Contents

  • The Kookaberry
  • Safety Guide
  • Using the Kookaberry
  • Kookaberry Firmware on a Raspberry Pi Pico
  • Kookaberry Software
  • Helper Modules
    • doomsday — RTC datetime helper functions
    • shapes_lib — Graphics helper functions
    • music — Playing Music
  • The MicroPython Interactive Interpreter Mode (aka REPL)
  • Peripherals Module Library
  • MicroPython .mpy files
  • Glossary of Terms
  • Index
Kookaberry Reference Guide
  • Helper Modules
  • View page source

Helper Modules

These modules extend the functionality of the Kookaberry software in useful ways.

Helper Modules

  • doomsday — RTC datetime helper functions
    • Doomsday Functions
      • doomsday.calc_dow()
      • doomsday.dow_index()
  • shapes_lib — Graphics helper functions
    • Shapes Library Functions
      • shapes_lib.line()
      • shapes_lib.draw_poly()
      • shapes_lib.polygon()
      • shapes_lib.fill_polygon()
      • shapes_lib.draw_arc()
      • shapes_lib.arc()
      • shapes_lib.fill_arc()
      • shapes_lib.circle()
      • shapes_lib.fill_circle()
      • shapes_lib.triangle()
      • shapes_lib.fill_triangle()
  • music — Playing Music
    • Module music
      • Music Functions
        • music.play()
        • music.set_tempo()
        • music.get_tempo()
        • music.stop()
        • music.reset()
        • music.pitch()
      • Some Music Tunes
Previous Next

© Copyright 2019-2025 the AustSTEM Foundation and contributors. Last updated: 2025-05-14.

Built with Sphinx using a theme provided by Read the Docs.