# HG changeset patch # User Paul Boddie # Date 1687278016 -7200 # Node ID 962ab538cc16c8c08dfa7321831978a16a17d4b7 # Parent 6ea03e9655d433a26e7ba6bea9743de63bbb1235 Added missing (zero) bit setting for completeness. diff -r 6ea03e9655d4 -r 962ab538cc16 pkg/devices/lib/panel/src/letux400/panel-letux400.c --- a/pkg/devices/lib/panel/src/letux400/panel-letux400.c Mon Jun 19 16:59:21 2023 +0200 +++ b/pkg/devices/lib/panel/src/letux400/panel-letux400.c Tue Jun 20 18:20:16 2023 +0200 @@ -1,7 +1,7 @@ /* * Export a panel structure for the Letux 400 notebook computer. * - * Copyright (C) 2018, 2021 Paul Boddie + * Copyright (C) 2018, 2021, 2023 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,6 +25,7 @@ static struct Jz4740_lcd_panel panel = { .config = ( Jz4740_lcd_mode_tft_generic + | Jz4740_lcd_pclock_positive | Jz4740_lcd_hsync_negative | Jz4740_lcd_vsync_negative | Jz4740_lcd_de_positive),