NX: Don't change the background if the color has not really changed
This commit is contained in:
parent
646312d50f
commit
073cd0e887
@ -509,6 +509,12 @@ CONFIG_DEV_ZERO=y
|
||||
CONFIG_ARCH_HAVE_RNG=y
|
||||
CONFIG_DEV_RANDOM=y
|
||||
# CONFIG_LOOP is not set
|
||||
|
||||
#
|
||||
# Buffering
|
||||
#
|
||||
# CONFIG_DRVR_WRITEBUFFER is not set
|
||||
# CONFIG_DRVR_READAHEAD is not set
|
||||
# CONFIG_RAMDISK is not set
|
||||
# CONFIG_CAN is not set
|
||||
# CONFIG_ARCH_HAVE_PWM_PULSECOUNT is not set
|
||||
@ -822,6 +828,7 @@ CONFIG_SYSLOG=y
|
||||
#
|
||||
CONFIG_NX=y
|
||||
CONFIG_NX_NPLANES=1
|
||||
CONFIG_NX_BGCOLOR=0x7b5d
|
||||
# CONFIG_NX_WRITEONLY is not set
|
||||
|
||||
#
|
||||
|
@ -513,6 +513,10 @@ CONFIG_DEV_ZERO=y
|
||||
CONFIG_ARCH_HAVE_RNG=y
|
||||
CONFIG_DEV_RANDOM=y
|
||||
# CONFIG_LOOP is not set
|
||||
|
||||
#
|
||||
# Buffering
|
||||
#
|
||||
# CONFIG_DRVR_WRITEBUFFER is not set
|
||||
# CONFIG_DRVR_READAHEAD is not set
|
||||
# CONFIG_RAMDISK is not set
|
||||
@ -828,6 +832,7 @@ CONFIG_SYSLOG=y
|
||||
#
|
||||
CONFIG_NX=y
|
||||
CONFIG_NX_NPLANES=1
|
||||
CONFIG_NX_BGCOLOR=0x7b5d
|
||||
# CONFIG_NX_WRITEONLY is not set
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user