Skip to content

Brainy-Builders/spikePrimeMenuBootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spikePrimeMenuBootloader

Compile various Spike Prime program files into a menu

Installation

  1. Install Python
    1.5. Make sure tkinter is installed with python
  2. Clone this repository
  3. Copy all your python Spike program files into one directory

Usage

  1. Run this program
  2. Select the directory where you store your Spike Prime files
  3. Find the output.py in the directory of this repository
  4. Edit the output.py so that each function in LOADED_FILES_LIST has a icon as the third index of the list otherwise it will all be one shade

Drawing example

This:

LOADED_FILES_LIST = [
    directory__file__function, True, 
    [
        100,000,000,000,100,
        000,100,100,100,000,
        000,100,100,100,000,
        000,100,100,100,000,
        100,000,000,000,100,
    ] # this is the light list, also note you do not have to pad the zeros
]

Looks like this:

Running

Left+Right Press Left Press Right Press
Run mission decrement selection increment selection

Licensed under the Boost Software License Agreement Version 1.0

SPIKE is a registered trademark of LEGO Juris A/S

About

Compile various Spike prime program files into a menu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages