Commit graph

17 commits

Author SHA1 Message Date
Benedikt Willi
f0fb434916 Moved -t argument from SampleBase to RunText, let SampleBase inherit from object instead of ArgumentParser, code cleanup 2017-01-05 11:33:44 +01:00
Roberto Marquez
6e41022019 Python - Allow the user to specify the text to scroll via a command line flag. (#252)
* Accept the text to scroll as a command line parameter.  If not text flag is given, then the default, "Hello world", is used.
2017-01-04 22:58:23 -08:00
Jasper Poppe
e0625324a6 Fixed typo, Adafrtui -> Adafruit 2016-08-30 08:59:59 +02:00
Henner Zeller
3f2904f163 o fix an executable mode 2016-08-29 00:30:24 -07:00
Henner Zeller
98bb7a7879 o Little updates needed for Python3 2016-08-29 00:19:34 -07:00
Henner Zeller
1a9c096d04 o Add some image examples. 2016-08-28 17:50:05 -07:00
Henner Zeller
3e0741f3ec o Move validation into c-code. 2016-08-28 13:39:32 -07:00
Henner Zeller
8b7e64a438 o make problem in font path a little easier to use: raise an
exception (better solution for #188)
2016-08-28 11:58:00 -07:00
Henner Zeller
dbaa006072 o More explicit error handling for font loading error (Caused problem in #188) 2016-08-28 11:44:50 -07:00
Henner Zeller
5c6653d168 o Add an example that shows text running. 2015-12-02 07:08:43 +00:00
Henner Zeller
79e6e25b51 o Add a Python graphics example. 2015-12-02 06:44:59 +00:00
Saij
f293053346 o Improved directory structure of Python code.
o Use some new features in python examples.
2015-07-23 23:44:27 -07:00
Saij
5dd099b4af Fixed some typos 2015-07-06 09:34:07 +02:00
Saij
f5e779ae05 Remove -j parameter (doesn't exist anymore)
Implemented SetBrightness function
Rewritten SetBrightness function (only first idea at the moment)
Use CIE1931 to modify brightness
Adding new function to python bindings
Fixed bug with CIE1931 lookup
- Adding brightness control to python library
- Adding new python sample for brightness control
Fixed bug without CIE1931 correction
Fixed typings
2015-07-06 09:28:12 +02:00
Henner Zeller
db1c8fab3e o Make python examples executable. 2015-07-01 03:33:05 +00:00
Henner Zeller
9f15f827b8 o %lx is better defined for off_t 2015-07-01 03:31:34 +00:00
Saij
7705b91251 Adding some samples 2015-06-30 19:51:41 -07:00