rm-hull / luma.examples

Companion repo for running examples against the luma.oled, luma.lcd, luma.led_matrix and luma.emulator display drivers.
MIT License
363 stars 137 forks source link

Default display driver #154

Open devendra-gtr opened 2 years ago

devendra-gtr commented 2 years ago

how do I change default OLED Display SSD1306 to SH1106

thijstriemstra commented 2 years ago

use the --display option, e.g.

python3 examples/clock.py --display sh1106
devendra-gtr commented 2 years ago

okay, can i change in code, and where it is located ?

yoyojacky commented 1 year ago

luma.examples/examples/