Skip to content

Commit

Permalink
Add configuration to enable OLED in Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gautam-dev-maker authored and VedantParanjape committed Feb 23, 2022
1 parent d45e764 commit dabdd8c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ config I2CDEV_NOLOCK

endmenu

config ENABLE_OLED
bool "Enable OLED"
default n
help
Enables OLED support on SRA Board

menu "Servo motor configuration"

menu "Servo A"
Expand Down Expand Up @@ -94,4 +100,4 @@ config NUMBER_OF_SAMPLES
help
sets the number of ADC samples to average to use with LSA

endmenu
endmenu

0 comments on commit dabdd8c

Please sign in to comment.