18 lines
333 B
Plaintext
18 lines
333 B
Plaintext
# --- Grundlagen für Ihren manuellen Treiber ---
|
|
# Das ist alles, was Ihr Code wirklich benötigt.
|
|
CONFIG_SPI=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_PRINTK=y
|
|
|
|
# --- LoRa Konfiguration (unverändert) ---
|
|
CONFIG_LORA=y
|
|
CONFIG_LORA_SHELL=y
|
|
|
|
# Display
|
|
CONFIG_DISPLAY=y
|
|
CONFIG_SSD16XX=y
|
|
|
|
|
|
# --- Stack Size (unverändert) ---
|
|
CONFIG_MAIN_STACK_SIZE=2048
|