summaryrefslogtreecommitdiff
path: root/urwid/lcd_display.py
Commit message (Expand)AuthorAgeFilesLines
* Python dual support (#266)Andrew Dunai2018-01-041-2/+3
* Make BaseScreen.start() and stop() idempotent.Eevee (Alex Munroe)2014-06-031-6/+0
* Put run_wrapper in the base class; make BaseScreen.start() a contextmanager.Eevee (Alex Munroe)2014-06-031-3/+0
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-111-15/+15
* allow Screen.set_mouse_tracking(False) to disable mouse trackingJim Garrison2013-03-311-1/+1
* manual: display modules update, add lcd_screen, move event loops into main lo...Ian Ward2012-08-281-12/+13
* revert change that replaced utf-8 text in source with its \u equivalentIan Ward2010-12-261-20/+17
* Replace UTF-8 by unicode literal strings.aszlig2010-07-231-18/+20
* lcd.py -> lcd_cf635.py, feature completeIan Ward2010-03-131-0/+28
* lcd.py example better menus, cursor settingIan Ward2010-03-131-2/+14
* improve cf635 draw_screen, add program_cgram(), start of lcd.py exampleIan Ward2010-03-131-4/+33
* working CF635Screen, simulated key repeatIan Ward2010-03-101-7/+202
* more lcd display stubs, docstringsIan Ward2010-03-071-11/+92
* preliminary work on lcd displayIan Ward2010-03-061-0/+149