Lanistor
Lanistor
> I think I made the change to set it to the whole area with the S3 implementation, and I'm working on fixing that in the S3 vector instructions branch...
> I just saw you're passing `mode` and then adding additional flags... What is the complete set of MODE flags (i.e., the value of mode) at the time of drawing?...
> My feedback w/Kindle paper white Got it👍
> Areas of the screen that are not in the rendering area will become lighter in color. > > For example, screen is `1024*758`, rendering area `{x: 550, y: 30,...
@martinberlin I found the problem, it was a problem with the code I rewrote. I'm using below code to replace `epd_hl_update_area()`: ```cpp epd_clear_area_cycles(area, 1, _clear_cycle_time); epd_hl_update_area_directly(&hl, updateMode, temperature, area); enum...
> > Could you tell me the wrong of this function epd_hl_update_area_directly, and how to repair it? > > I don’t really know since I never try to use this...
> @martinberlin I found the problem, it was a problem with the code I rewrote. > > I'm using below code to replace `epd_hl_update_area()`: > > ```c++ > epd_clear_area_cycles(area, 1,...
> > @martinberlin I found the problem, it was a problem with the code I rewrote. > > I'm using below code to replace `epd_hl_update_area()`: > > ```c++ > >...
> Do you have an image / video of the area that gets lighter? Because to me that sounds a lot like improperly calibrated VCOM. Additionally, you could try if...
> Please answer this one: > > > Also, why are you using your own epd_hl_update_area_directly instead of epd_hl_update_area? > > I also would like to understand what is the...