-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Fritz Mahnke edited this page Dec 23, 2024
·
6 revisions
Pin 12 is currently used for the spare 20-key keypad wire.
log_level = "INFO"
[arduino]
core = "arduino:renesas_uno"
version = "1.2.0"
board = "minima"
port = "/dev/ttyACM0"
[keypad]
row_pins = [3, 2, 14, 15, 16]
column_pins = [12, 19, 18, 17]
# TODO not yet implemented
driver = "digital" # "digital" | "analog"
[motor]
steps_per_revolution = 2048
driver = "driver"
pins = [9, 8, 0, 0]
[display]
controller = "SSD1306" # "PCD8544" | "SSD1306"
buffer_mode = "1Page" # "1Page" | "2Page" | "Full"
clock = 13
data = 11
cs = 6
dc = 4
reset = 5
backlight = 7
log_level = "INFO"
[arduino]
core = "arduino:renesas_uno"
version = "1.2.0"
board = "minima"
port = "/dev/ttyACM0"
[keypad]
row_pins = [3, 2, 14, 15, 16]
column_pins = [10, 19, 18, 17]
# TODO not yet implemented
driver = "digital" # "digital" | "analog"
[motor]
steps_per_revolution = 1024
driver = "full4wire"
pins = [8, 10, 9, 12]
[display]
controller = "SSD1306" # "PCD8544" | "SSD1306"
buffer_mode = "1Page" # "1Page" | "2Page" | "Full"
clock = 13
data = 11
cs = 4
dc = 6
reset = 5
backlight = 7