Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index
The Linux kernel configuration item CONFIG_PANEL_LCD_HWIDTH
has multiple definitions:
drivers/auxdisplay/Kconfig
The configuration item CONFIG_PANEL_LCD_HWIDTH:
CONFIG_PANEL_PROFILE ="0" && CONFIG_PANEL_LCD ="1"
Most LCDs use a single address bit to differentiate line 0 and line 1. Since some of them need to be able to address 40 chars with the lower bits, they often use the immediately superior power of 2, which is 64, to address the next line.
If you don't know what your LCD uses, in doubt let 16 here for a 2x16, and 64 here for a 2x40.
drivers/misc/Kconfig
The configuration item CONFIG_PANEL_LCD_HWIDTH:
CONFIG_PANEL_PROFILE ="0" && CONFIG_PANEL_LCD ="1"
Most LCDs use a single address bit to differentiate line 0 and line 1. Since some of them need to be able to address 40 chars with the lower bits, they often use the immediately superior power of 2, which is 64, to address the next line.
If you don't know what your LCD uses, in doubt let 16 here for a 2x16, and 64 here for a 2x40.
drivers/staging/panel/Kconfig
The configuration item CONFIG_PANEL_LCD_HWIDTH:
CONFIG_PANEL && CONFIG_PANEL_PROFILE ="0" && CONFIG_PANEL_LCD ="1"
Most LCDs use a single address bit to differentiate line 0 and line 1. Since some of them need to be able to address 40 chars with the lower bits, they often use the immediately superior power of 2, which is 64, to address the next line.
If you don't know what your LCD uses, in doubt let 16 here for a 2x16, and 64 here for a 2x40.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - P index
Automatically generated (in year 2025). See also LKDDb sources on GitLab