# HG changeset patch # User Paul Boddie # Date 1591473923 -7200 # Node ID 50f646621eb3ab8ae9119961b2adc2e0bd2d2205 # Parent b4d7f83752a146eafc49071677613f6daac6b095 Added a remark about the LCDPIN bit in the configuration register. diff -r b4d7f83752a1 -r 50f646621eb3 pkg/devices/lib/lcd/include/lcd-jz4740-config.h --- a/pkg/devices/lib/lcd/include/lcd-jz4740-config.h Mon Jun 01 15:43:34 2020 +0200 +++ b/pkg/devices/lib/lcd/include/lcd-jz4740-config.h Sat Jun 06 22:05:23 2020 +0200 @@ -23,7 +23,7 @@ enum Jz4740_lcd_config_bits { - Jz4740_lcd_config_lcd_pin = 31, /* LCDPIN */ + Jz4740_lcd_config_lcd_pin = 31, /* LCDPIN (SLCD pin functions) */ Jz4740_lcd_config_tv_pal_halfline = 30, /* JZ4780: TVEPEH */ Jz4740_lcd_config_desc_8_word = 28, /* JZ4780: NEWDES */ Jz4740_lcd_config_tv_enable = 26, /* JZ4780: TVEN */