Emilio Nyaray
Emilio Nyaray
> As long as your LUTs are configured to create no voltage difference across the screen for Black/Red then you can - I believe - safely ignore this memory portion....
Just to provide a clearer example of what I mean by "returned a list of events"... I'm thinking that `handle_input/2` and others could return something like this: ``` elixir def...
What do you mean by incomplete list? Did you mean improper list, such as `[1 | 2]`? The idea is pretty much that the component contract is that components return...
The event list contains the events generated by the component as a result of the user's input. This would replace how components currently emit events (`send_event/1`), just in the same...
Hehe, it's like they say... words are hard! So, any thoughts about the idea itself? :)
I've been thinking a little more about this and think the change could fit in [here(1)](https://github.com/boydm/scenic/blob/master/lib/scenic/scene.ex#L1474) and that it could be rather straight-forward to iterate over a list of events,...
I'm not really sure that I understand your reservation since `send_event` is defined in the `__using__/1-2` macro, which is quite different from the mentioned APIs. I'd argue that exposing `send_event`...
Unless I'm late to the party and if we're requesting API breaking things, it would be nice to have the argument order in `group_spec` be changed so that the one...
Isn't it possible to ask which to use if the application detects that both drivers are present?
One thing you could do is to compare the command sequence generated by the python library exactly to the one that Inky creates. That way you could figure out if...