Skip to content

Conversation

@alexeicolin
Copy link
Contributor

@alexeicolin alexeicolin commented Nov 22, 2017

Packaging using distutils makes it easy to use this as a library in standalone projects that want to use the LCD display board. The projects can just import odroidshow and use Screen/ScreenContext.

PySerial is simpler and faster than going through 'echo' for every write. The default TTY config flags set by PySerial turned out to be fine, so no need for port_open.c either.

Add HelloWorld example tab that is always-enabled, so that the
other tabs can be disabled by default (so that their dependencies
don't have to be mandatory -- the apps that want to use this
library should not inherit the deps of those advanced tabs, like
jsonrpc for bitcoin, etc.)
@alexeicolin alexeicolin changed the title Port to Python3 and package using distutils Port to Python3, use PySerial, and package using distutils Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant