Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/newcomers.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,15 @@ submodule, use the documented sync path rather than staging a hand-picked
mixture of outputs.

## Where to learn next

Read `src/lvpy_runtime.h` first, then follow one call from `import lvgl` into
`generated/lvgl_python.c` and back through `src/lvpy_runtime.c`.
`tests/test_lvgl_init.py` is short and shows the lifecycle contract the runtime
has to keep.

For the user-facing surface, both setup paths are in the
[README](../README.md#usage). For how the binding is generated and which API
decisions it makes, go to
[lvgl-bindings](https://github.com/PyDevices/lvgl-bindings). Building from
source is in [building.md](building.md), and releases are in
[publishing.md](publishing.md).
Loading