Ace
Ace
I've checked the url from my mac and it seems to work just fine, however, I do remember that this issue could be related to DNS/Firewall/WiFi-connectivity too. It's hard to...
@Zer0great Thanks for opening this issue. I've implemented a "gray16" palette here: #294 . Once the test run through, I will merge it into main and take care of the...
@Zer0great Could you confirm the implementation works as expected now so this issue can be closed? Here are the instructions: ``` cd ~/Inkycal git pull # edit settings.json file. Your...
Thanks for testing this, @Zer0great . I'll write a few unittests and will push a fix for the problem soon 👍
@Zer0great I found a fix for this error: `TypeError: Display.render() missing 1 required positional argument: 'im_colour'` Please run the following to fix the issue with this error: ```sh cd ~/Inkycal...
Waveform in json as returned by the inkwave mod: [sample waveform in json](https://github.com/vroland/epdiy/files/11094730/ed097tc2.json.zip)
Sharing the current version of my waveform parser based on python: [Python-based waveform parser](https://github.com/aceisace/python-waveform-parser)
Referencing #132 as it seems related. I can write an article about waveforms, but in a nutshell, it corresponds to this: - header file containing some data about the waveform...
There's quite a few articles about waveforms, each not being extensive and containing some differences, @martinberlin . What's clear is that the waveforms used to be embedded on chips of...
@Hanley-Yao , you're welcome. This parser was written by me and as such, does not belong to epdiy or it's core contributors, but may be used for development as long...