Re: LCD Framebuffer putarea and display redraw

2022-07-21 Thread Karel Kočí
Excerpts from Alan Carvalho de Assis's message of July 21, 2022 1:20 pm: > Hi Karel, > > On Thursday, July 21, 2022, Karel Kočí wrote: > >> Hi >> >> Excerpts from Alan Carvalho de Assis's message of July 20, 2022 5:21 pm: >> > Hi Karel, >> > >> > On 7/20/22, Karel Kočí wrote: >> >> Hi >> >> >>

Re: LCD Framebuffer putarea and display redraw

2022-07-21 Thread Alan Carvalho de Assis
Hi Karel, On Thursday, July 21, 2022, Karel Kočí wrote: > Hi > > Excerpts from Alan Carvalho de Assis's message of July 20, 2022 5:21 pm: > > Hi Karel, > > > > On 7/20/22, Karel Kočí wrote: > >> Hi > >> > >> I discovered that commit 664d45dcbace03a879017aa99566592be31f4308 > broke LCD > >> > >>

Re: LCD Framebuffer putarea and display redraw

2022-07-21 Thread Karel Kočí
Hi Excerpts from Alan Carvalho de Assis's message of July 20, 2022 5:21 pm: > Hi Karel, > > On 7/20/22, Karel Kočí wrote: >> Hi >> >> I discovered that commit 664d45dcbace03a879017aa99566592be31f4308 broke LCD >> >> framebuffer (at least for ST7789). The issue is with `putarea` call. >> Original

Re: LCD Framebuffer putarea and display redraw

2022-07-20 Thread Alan Carvalho de Assis
Hi Karel, On 7/20/22, Karel Kočí wrote: > Hi > > I discovered that commit 664d45dcbace03a879017aa99566592be31f4308 broke LCD > > framebuffer (at least for ST7789). The issue is with `putarea` call. > Originally > it was called only when full display redraw was requested but now it is > called > e

Re: LCD Framebuffer putarea and display redraw

2022-07-20 Thread Nathan Hartman
On Wed, Jul 20, 2022 at 10:09 AM Karel Kočí wrote: > I discovered that commit 664d45dcbace03a879017aa99566592be31f4308 broke LCD > framebuffer (at least for ST7789). The issue is with `putarea` call. > Originally > it was called only when full display redraw was requested but now it is called > e

LCD Framebuffer putarea and display redraw

2022-07-20 Thread Karel Kočí
Hi I discovered that commit 664d45dcbace03a879017aa99566592be31f4308 broke LCD framebuffer (at least for ST7789). The issue is with `putarea` call. Originally it was called only when full display redraw was requested but now it is called every time when defined. The core of the issue is that fr