Skip to content

Separate calendar code from paperlink.h library #29

@yuristru

Description

@yuristru

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions