Ace

Results 13 issues of Ace

Currently, there is no differentiation between Inkycal's built-in modules and requirements and those of third-party extensions. This leads to problems with dependencies when installing Inkycal. A better approach is to...

devops

The feature request this time is about a battery-powered Inkycal with the help of a PiSugar pcb board. This PCB has a built-in RTC (real-time-clock) and can be used to...

new feature request

For Tindie buyers, include a pre-configured settings.json which works offline so that the display is at least reacting after boot. This can then be improved further by adding the QR...

new feature request

As per the poll and votes received via Discord, this issue is for creating the desired multi-column layout in the agenda module.

new feature request

The feature request this time is about updating InkycalOS-Lite, more precisely the web-UI which users can use to manage their Inkycal (creating a settings.json file, a simple display-test and some...

new feature request

Extend the calendar and agenda module so that given strings are replaced with icons/emojies. To-dos: [ ] Consideration of font to support icons/emojies [ ] Update web-ui to support replacement...

new feature request

The URL for the currently latest version of Raspberry Pi OS Lite has changed. The current one does no longer work. With this PR, it will be possible to use...

Re-initialising after a de-init causes the following error: `render.c -> assert(render_context.line_queues[i].buf != NULL);` -> `assert failed: epd_renderer_init render.c:262 (render_context.line_queues[i].buf != NULL)` My code runs in the following way: ``` I...

bug
Waiting for feedback

One of the bottlenecks of this library is the ability to parse vendor wavesforms correctly. The current approach is to convert a .wbf file to a json-like format with the...

**Describe the bug** The current web -ui does not reflect any changes in both the show-preview button as well as the generate settings.json file. This is because both functions rely...

bug