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
370 stars 144 forks source link

invalid choice 'st7735' #88

Closed ameel closed 6 years ago

ameel commented 6 years ago

Has support been removed for st7735? I get error:

demo.py: error: argument --display/-d: invalid choice: 'st7735' (choose from 'ssd1306', 'ssd1322', 'ssd1325', 'ssd1327', 'ssd1331', 'ssd1351', 'sh1106', 'max7219', 'ws2812', 'neopixel', 'neosegment', 'apa102', 'capture', 'gifanim', 'pygame', 'asciiart', 'asciiblock')
thijstriemstra commented 6 years ago

@ameel can you also paste the pip list output?

ameel commented 6 years ago

Not sure, what I did, but it started working... Well not quite (st7735 remains white, not doing anything), but there are no errors anymore. Thanks for the quick response!