Daniel Esteban

Results 36 comments of Daniel Esteban

Shouldn't this be in tinydraw instead? I'm ok for merging but maybe it's time to extend displayer interface and add Hline/Vline functions... what do you think? @doniacld could you test...

At the time I wrote the original code (many years ago :rofl: ), image.Point was causing some compilation errors, that should have been fixed by now, but, image.Point uses `int`...

At first glance the code seems ok, could you output the coordinates of the points to see if the error might be there? Which display are you using? I have...

Probably the first time I rebase locally, hope I didn't screw up.

`DrawBitmap` already exists and it calls d.SetPixel for each pixel, but I already had the buffer with the data in the correct format, should should avoid a bunch of operations...

> > DrawBitmap already exists and it calls d.SetPixel for each pixel > > Perhaps you would like to improve the implementation of `DrawBitmap()` instead? 😸 Not sure if possible...