From becfbc2394a974116336e5f8d44534c83bb0350e Mon Sep 17 00:00:00 2001 From: Brian Whitman Date: Thu, 23 May 2024 06:10:16 -0400 Subject: [PATCH] doc update --- docs/tulip_api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tulip_api.md b/docs/tulip_api.md index 3700b140e..d4c74b719 100644 --- a/docs/tulip_api.md +++ b/docs/tulip_api.md @@ -56,6 +56,8 @@ ms = tulip.ticks_ms() # returns the milliseconds since boot, aka Arduino millis( board = tulip.board() # Returns the board type, e.g. "TDECK", "N16R8" etc ``` +## Making app packages and screens + If you have a program that relies on mulitple files (graphics, or multiple Python files) you'll want to create a Tulip Package. A package is just a folder with your files in it, like: ```