samples: boards/microbit: Use 250 ticks per second for smooth display
To avoid display flickering, use 250 ticks per second instead of the default 100. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
7574bebbfe
commit
d2ba7950c5
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
# nothing here
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_MICROBIT_DISPLAY=y
|
||||
CONFIG_SYS_CLOCK_TICKS_PER_SEC=250
|
||||
#CONFIG_MICROBIT_DISPLAY_PIN_GRANULARITY=y
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
CONFIG_SYS_CLOCK_TICKS_PER_SEC=250
|
||||
CONFIG_ISR_STACK_SIZE=1024
|
||||
CONFIG_BLUETOOTH=y
|
||||
CONFIG_BLUETOOTH_CENTRAL=y
|
||||
|
|
|
@ -2,3 +2,4 @@ CONFIG_GPIO=y
|
|||
CONFIG_MICROBIT_DISPLAY=y
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM_NRF5_SW=y
|
||||
CONFIG_SYS_CLOCK_TICKS_PER_SEC=250
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue