Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

U8G2: Add tool to create .gif files from U8G2 apps #449

Merged
merged 5 commits into from
Sep 14, 2024
Merged

U8G2: Add tool to create .gif files from U8G2 apps #449

merged 5 commits into from
Sep 14, 2024

Conversation

bradjc
Copy link
Contributor

@bradjc bradjc commented Jun 21, 2024

This is a simple tool that compiles u8g2 apps for the native machine and generates image files (rather than writing to a display) when the app runs. Those images can be then be merged into a .gif.

The difficulty here is that it is hard to emulate a tock app. So, this only really works for very simple apps (say that only use a timer). But it is nice to have images to show what an app does.

Copy link
Member

@alevy alevy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems a bit overcomplicated and and specific to be in this repo to me.

@bradjc
Copy link
Contributor Author

bradjc commented Jun 24, 2024

Specific to libtock? This needs to implement a libtock shim to work with libtock apps.

Copy link
Member

@alevy alevy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine :)

@alevy alevy added this pull request to the merge queue Sep 14, 2024
Merged via the queue into master with commit bd4c249 Sep 14, 2024
4 checks passed
@alevy alevy deleted the u8g2-gif branch September 14, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants