[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SDF module ready for integration
From: |
Alexei Podtelezhnikov |
Subject: |
Re: SDF module ready for integration |
Date: |
Wed, 23 Dec 2020 09:14:19 -0500 |
On Tue, Dec 22, 2020 at 12:16 PM Werner LEMBERG <wl@gnu.org> wrote:
> Note, however, that there is a problem with the graphics display
In the long run, ftsdf needs to become more agnostic to the display
mode. Right now it writes directly to the buffer assuming 24-bit
(rgb888). So the quick fix for now is "800x600x24" on line 612.
Alexei