n4archive / pigame

A pygame wrapper for the libary pitft_touchscreen.
GNU Lesser General Public License v3.0
6 stars 1 forks source link

Add support for configuration files #16

Closed nift4 closed 4 years ago

nift4 commented 5 years ago

Now the users/developers must modify python code for changing rotation etc.

nift4 commented 5 years ago

Rotation can be writed into /etc/pigame.conf like this:
echo 90 | sudo tee /etc/pigame.conf. Non-integer values are ignored.

nift4 commented 4 years ago

Environment variables are coming instead of ugly files...

nift4 commented 4 years ago

Removed support for file + added env vars for everything