⌚ Running non-JS software on Bangle.js #7714
gfwilliams
announced in
News
Replies: 1 comment 1 reply
-
The "Bangle.c" i suppose? But it's maybe not as common to use the file extension when naming projects geared toward the C programming world? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently been working on a port of PebbleOS to Bangle.js as there's been quite a lot of interest in it - info at https://github.com/orgs/espruino/discussions/7339
But that also made me realise I've had questions on an off from people who'd just rather develop for Bangle.js in C. As a result I've just developed and put this repository up: https://github.com/espruino/BangleJS2BareMetal
It contains example code for building a very simple program to run on the Bangle in C with LCD, button and touchscreen support - hope that helps someone!
Beta Was this translation helpful? Give feedback.
All reactions