Commit graph

5 commits

Author SHA1 Message Date
Berenguer Montserrat
daa29e49c6 Modified Makefile to create a shared library
Modified Makefile to create a easy to link shard library for e-Paper display
driver for Raspberry Pi (C code).

This way, it is more easy to link against this code when creating custom
projects which use that e-paper screen.

* Reorganized src variables
* Created 2 new targets: make lib and make example (and make all)
* make clean now does not file if files do not exist
* make clean removes bin directory. There is a target which create it
automatically
2019-07-28 11:39:44 +02:00
Berenguer Montserrat
f464eb8a72 Added folder .gitignore to avoid pushing binaries
Removed bin folder with object files and the final binaries from source
control
2019-07-28 11:35:50 +02:00
Ryan Finnie
d0918826de
Unify all Python trees for both RPi and Jetson Nano, Py2 and Py3
* Move lib files into waveshare_epd package
  * Use int() where integer division is needed
  * Use logging (debug level) in library files, so they can be used by a
    user script without print()s being output
  * Use logging (info level) in example files
  * Move Font.ttc file into pic directory
  * epdconfig.py: Detect RPi or Jetson Nano
  * Search for sysfs_software_spi.so in several places
  * Include both Jetson and RPi readme files
  * Include setup.py for package installation
  * Fix few small syntax errors preventing setuptools byte-compiling
2019-07-20 16:48:08 -07:00
hnwangkg-ezio
0c77852dae fix 2.9 2019-06-25 15:52:14 +08:00
hnwangkg-ezio
1f82e4a488 2019.06.24 2019-06-24 17:11:43 +08:00