Landfall

Changeset

134:6fb955a6d639
2021-01-31 Paul Boddie raw files shortlog changelog graph Fixed Letux 400 panel definition, fixing the display "shimmering" issue.
pkg/devices/lib/panel/src/letux400/panel-letux400.c (file)
     1.1 --- a/pkg/devices/lib/panel/src/letux400/panel-letux400.c	Sat Jan 30 23:38:45 2021 +0100
     1.2 +++ b/pkg/devices/lib/panel/src/letux400/panel-letux400.c	Sun Jan 31 22:46:41 2021 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * Export a panel structure for the Letux 400 notebook computer.
     1.6   *
     1.7 - * Copyright (C) 2018 Paul Boddie <paul@boddie.org.uk>
     1.8 + * Copyright (C) 2018, 2021 Paul Boddie <paul@boddie.org.uk>
     1.9   *
    1.10   * This program is free software; you can redistribute it and/or
    1.11   * modify it under the terms of the GNU General Public License as
    1.12 @@ -25,7 +25,6 @@
    1.13  static struct Jz4740_lcd_panel panel = {
    1.14    .config = (
    1.15        Jz4740_lcd_mode_tft_generic
    1.16 -    | Jz4740_lcd_pclock_negative
    1.17      | Jz4740_lcd_hsync_negative
    1.18      | Jz4740_lcd_vsync_negative
    1.19      | Jz4740_lcd_de_positive),