Lars Wikman

Results 111 comments of Lars Wikman

If you build a fixed-size UI, Scenic should be fine for the desktop. You could also write your UI in a way that you calculate your dimensions from the resolution...

I took a brief look at it hoping I could throw a PR in here for that case. But I didn't quite follow where that piece of action would have...

Wait @gabrielpoca, you mean that we should be changing the preprocessors by editing the still dependency? This case is using Still as a dep in another application. I imagine the...

Alright, we are having some weird problems. Will keep digging. Thanks :)

Elin pinned it down. We hadn't aliased the modules in the config. This triggers not error from what I saw :D It should probably check if there is a `run`...

For us it might have drowned, we had some .DS_Store errors so I might have conflated them. Sounds like good fixes :) On Thu, May 6, 2021 at 8:41 PM...

https://github.com/pappersverk/inky/pull/37/files Current progress will be in that PR on my end. Made a #TODO note on how far I've gotten (not very). I don't think this uses the eeprom that...

Fantastic work Jason! On Sun, 14 Nov 2021, 05:28 Jason Axelson, ***@***.***> wrote: > [image: 2021-11-13 18 26 14] > > > I finally got the coordinates working properly, when...

Add `Inky.Display.get_size(type)` as the public API to get display info.

Sure, that'd be my first attempt. But I'd like to be able to use those in tests as well, which I don't believe is possible. Or we actually just duplicate...