11 Jan 2020 |
jamwaffles | I think we want to leave #225 and #182 for 0.7.0 right? | 21:00:28 |
jamwaffles | I've opened two projects:
0.6.0-alpha.4: https://github.com/jamwaffles/embedded-graphics/projects/5
0.6.0-beta.1: https://github.com/jamwaffles/embedded-graphics/projects/6 | 21:04:05 |
jamwaffles | I think I've got tickets in the right place | 21:04:27 |
rfuest | Yes, that's right. | 21:14:06 |
rfuest | I was thinking that 0.6.0-alpha.4 would be 0.6.0-beta.1 instead, because the code should be in the final state at that point. | 21:15:51 |
jamwaffles | Let's put the final breakages in alpha.4. Doing another release is pretty easy and I've already made the projects lol | 21:19:15 |
rfuest | OK. | 21:23:44 |
rfuest | I guess naming releases is nearly as hard as naming types ;) | 21:24:24 |
jamwaffles | Nah it's easy, but waaaaay more fallout when I screw it up 😬 | 21:38:26 |
12 Jan 2020 |
jamwaffles | In DrawTarget , is there a reason we couldn't go with fn draw_pixel(&mut self, item: Into<Pixel<C>>); over the current fn draw_pixel(&mut self, item: Pixel<C>); ? | 10:32:09 |
jamwaffles | In the SSD1331 driver examples I'm currently doing this:
im.into_iter()
.map(|p| Pixel(p.0, p.1.into()))
.draw(&mut disp);
Which could be simplified if the p.1.into() could be removed I think?
| 10:52:47 |
rfuest | I wouldn't change this in e-g, but you can implement `DrawTarget<C> where C: Into<Rgb565>` instead. | 15:54:12 |
14 Jan 2020 |
jacobrosenthal | Something we might want to track and or have input on https://github.com/WebAssembly/WASI/issues/174 | 22:58:41 |
16 Jan 2020 |
jamwaffles | "cheap"
https://www.waveshare.com/product/oleds-lcds/e-paper/eink-disp-103.htm
Hi def though hey | 09:35:53 |
19 Jan 2020 |
| TeXitoi joined the room. | 21:57:33 |
24 Jan 2020 |
| Charles invited Charles. | 00:59:50 |
| Charles joined the room. | 01:01:03 |
| Charles left the room. | 01:28:06 |
27 Jan 2020 |
| ilya-epifanov joined the room. | 13:04:17 |
3 Feb 2020 |
| flovanmt joined the room. | 11:03:35 |
4 Feb 2020 |
| bytenik joined the room. | 06:49:18 |
| halfbit joined the room. | 18:53:24 |
halfbit | jamwaffles hey, saw you had this setup thought I'd join the party | 18:53:51 |
jamwaffles | Hey! Welcome to the quietest chatroom on Matrix | 18:58:01 |
halfbit | no worries, that'll change as time progresses :-) | 18:59:37 |
jamwaffles | Hah idk... no news is good news? | 18:59:55 |
jamwaffles | Shit loads of noise means buuuuuugs | 18:59:59 |
halfbit | I suppose :-) | 19:00:03 |
halfbit | but it does mean people are trying it | 19:00:11 |
halfbit | https://github.com/jamwaffles/ssd1306/issues/99 is my issue btw | 19:00:16 |