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

Separate calendar code from paperlink.h library #29

Open
YuriStruszczynski opened this issue Mar 9, 2023 · 1 comment
Open

Separate calendar code from paperlink.h library #29

YuriStruszczynski opened this issue Mar 9, 2023 · 1 comment

Comments

@YuriStruszczynski
Copy link

YuriStruszczynski commented Mar 9, 2023

For me, it's a big problem, that all the functions of the calendar example apps are created inside the main paperlink.h library.
Does anyone get a standalone application running where I can fully edit the code of the calendar example?

I even tried to include the whole library into my custom project to override the functions there - it compiles but still uses the old library.
How can I get the whole calendar example, including the library, into one project?

Any ideas?

What I basically wanted to do, is to just change a view strings for localization to German, inside todo_list.cpp
Like display.println(F("To-Do List")); to display.println(F("To-Do Liste"));
But it's just not possible because the function is enclosed inside the library.

@cimm
Copy link
Contributor

cimm commented Sep 15, 2023

I started paying with the library but decided to write my own wrappers a few months ago. I am no embedded systems programmer, so my code quality might be a bit iffy, but maybe it can give you some ideas?

https://github.com/cimm/papercal/tree/master/paper

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

No branches or pull requests

2 participants