Ace

Results 45 comments of Ace

Just adding on top of this issue as one of my projects requires the correct parsing of recurring events. Not sure how pythonic this is or if it can be...

The 2.7" displays are smaller than the Rpi itself. As they do not have a high resolution and not enough greyscales to display text reasonably well, hence it would ruin...

Closing this issue as it has become stale. Please understand that Inkycal is targeted for Display sizes larger than 4.2", which is the minimum recommended size for Inkycal. Even if...

Hi there @CapnBio and welcome to Inkycal! Thanks for opening your first issue in this repo 💯 Please note that the epd-displays from pimoroni are not officially supported by Inkycal...

@Atrejoe I've more or less finished the refacotring of all inkycal_modules except for inkycal_image. Since I'll be working on inkycal_image next, I'd like to ask you to specify the requirements...

@Atrejoe I've got a few days to work on the official support of the inkcal_server module in Inkycal. I just created an account on your inkycal_server service to get a...

@Atrejoe I've pushed a inky_image helper module for working with images and easier manipulating of common things like flipping, loading, resizing, splitting colours etc. For the inkycal_server module, I tried...

@Atrejoe I think I get the basic idea of this module now, thanks for all the explanations. So the module can be run on 2 parameters only: * url *...

@Atrejoe I drafted the inkycal_server module, this is how it looks like currently: ```python #!/usr/bin/python3 # -*- coding: utf-8 -*- """ Inkycal-server module for Inkycal Project by Aterju (https://inkycal.robertsirre.nl/) Copyright...

Thanks for the details. Just writing some info for when I implement this officially * Parse all events * Convert List->Set->List to remove duplicate entries * Write test for this...