File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
content/en/post/first-go-at-tildagon-development Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -153,3 +153,17 @@ making it back. I'm of course hoping they will, but I'm not going to require it.
153
153
With the boring bureaucracy out of the way, let's move on to setting up a
154
154
development environment.
155
155
156
+ ### Brief notes from tonight (2024-06-17)
157
+
158
+ * Can we set up an environment? With several libs spread across places
159
+ - Thread the dependencies and libraries somehow?
160
+ - Might be simpler not to and just use the docs (what I've been doing so far).
161
+ * Seems the app _must_ be in a file called `app.py`. Naming it anything else
162
+ causes it to not be detected in the simulator, despite a corresponding
163
+ `__init__.py` pointing to the right place.
164
+ * LEDs seem to be indexed from 1, based on the examples out there. Corresponds
165
+ to the labelling on the PCB.
166
+ * Using the `ctx.arc` function causes a `TypeError`! That's exciting!
167
+ * And I've clearly done something wrong: my timer logic causes the entire
168
+ simulator to hang... ^^;;
169
+
You can’t perform that action at this time.
0 commit comments