Logo

CodeBot:

  • Python Modules
  • Primer
  • Working With Files
  • Hardware Reference

CodeX:

  • Python Modules
    • codex – CodeX hardware interface
    • lis2dh – accelerometer device driver
    • infrared – Send and Receive Messages via IR Light
    • radio – Radio Communication
    • ascii_art – Make bitmaps from text
    • bitmap – Pixel manipulations
    • canvas – Graphics drawing canvas
    • colors – Predefined color values
    • gallery – Built-in Art Samples
    • tft – Control of the TFT display
    • tile_grid – 2D grid of images
    • sprite – Tile Grids in motion
    • codec – CodeX audio CODEC driver library
    • funcgen – Function Generator for Audio Samples
    • songplayer – Text Based Music Player
    • soundlib – Sound Library for Tones, FX, MP3s
    • trackplayer – Single Track component of songplayer
    • waveforms – Various Sound Waves
  • Primer
  • Working With Files
  • Hardware Reference

CodeAIR:

  • Python Modules
  • Working With Files
  • Hardware Reference

General:

  • Built-in Libraries
  • Adding Libraries
  • Getting Help
Firia Labs
  • Python Modules

Python Modules

Core:

  • codex – CodeX hardware interface
    • AmbientLight
    • BTN_A
    • BTN_B
    • BTN_D
    • BTN_L
    • BTN_R
    • BTN_U
    • Buttons
    • Expansion
    • LED_A
    • LED_B
    • LEDs
    • NEOPixels
    • Power
  • lis2dh – accelerometer device driver
    • LIS2DH
  • infrared – Send and Receive Messages via IR Light
    • Infrared
  • radio – Radio Communication
    • config()
    • off()
    • on()
    • receive()
    • receive_full()
    • send()

Graphics:

  • ascii_art – Make bitmaps from text
    • get_images()
  • bitmap – Pixel manipulations
    • Bitmap
  • canvas – Graphics drawing canvas
    • Canvas
  • colors – Predefined color values
    • BLACK
    • BLUE
    • BROWN
    • COLORS_BY_NAME
    • COLOR_LIST
    • CYAN
    • DARK_BLUE
    • DARK_GREEN
    • GRAY
    • GREEN
    • LIGHT_GRAY
    • MAGENTA
    • ORANGE
    • PINK
    • PURPLE
    • RED
    • TRANSPARENT
    • WHITE
    • YELLOW
    • color16()
    • int_to_rgb()
    • rgb_to_int()
    • scale_rgb()
    • to565()
  • gallery – Built-in Art Samples
  • tft – Control of the TFT display
    • TFT
  • tile_grid – 2D grid of images
    • TileGrid
  • sprite – Tile Grids in motion
    • Sprite

Sound:

  • codec – CodeX audio CODEC driver library
    • Codec
    • FT_ORGAN
    • FT_RANDOM
    • FT_SAWTOOTH
    • FT_SINE
    • FT_SQUARE
    • FT_SYNTH
    • FT_TRIANGLE
    • MOD_AMPLITUDE
    • MOD_FREQUENCY
  • funcgen – Function Generator for Audio Samples
  • songplayer – Text Based Music Player
    • SongPlayer
  • soundlib – Sound Library for Tones, FX, MP3s
    • MP3
    • Sample
    • SoundMaker
    • Tone
    • WAV
  • trackplayer – Single Track component of songplayer
    • TrackPlayer
  • waveforms – Various Sound Waves
    • make_random()
    • make_sawtooth()
    • make_sine()
    • make_square()
    • make_triangle()
Previous Next

© Copyright 2022-2026, Firia Labs.

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