Skip to content

Commit db853fb

Browse files
committed
[ tildagon1 ] Long way to go still
But hey, slowly but surely making progress : )
1 parent 7191751 commit db853fb

File tree

1 file changed

+14
-0
lines changed
  • content/en/post/first-go-at-tildagon-development

1 file changed

+14
-0
lines changed

content/en/post/first-go-at-tildagon-development/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,17 @@ making it back. I'm of course hoping they will, but I'm not going to require it.
153153
With the boring bureaucracy out of the way, let's move on to setting up a
154154
development environment.
155155
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+

0 commit comments

Comments
 (0)