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
>> >>
>>
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
> >>
> >>
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
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
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
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