# HG changeset patch # User Paul Boddie # Date 1612129601 -3600 # Node ID 6fb955a6d639852bc40e3b9c153c44e0996066f6 # Parent eada6b587c0cbb58e25319417b576e65f1d1957d Fixed Letux 400 panel definition, fixing the display "shimmering" issue. diff -r eada6b587c0c -r 6fb955a6d639 pkg/devices/lib/panel/src/letux400/panel-letux400.c --- a/pkg/devices/lib/panel/src/letux400/panel-letux400.c Sat Jan 30 23:38:45 2021 +0100 +++ b/pkg/devices/lib/panel/src/letux400/panel-letux400.c Sun Jan 31 22:46:41 2021 +0100 @@ -1,7 +1,7 @@ /* * Export a panel structure for the Letux 400 notebook computer. * - * Copyright (C) 2018 Paul Boddie + * Copyright (C) 2018, 2021 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -25,7 +25,6 @@ static struct Jz4740_lcd_panel panel = { .config = ( Jz4740_lcd_mode_tft_generic - | Jz4740_lcd_pclock_negative | Jz4740_lcd_hsync_negative | Jz4740_lcd_vsync_negative | Jz4740_lcd_de_positive),