Skip to content

smilee3998/eink_book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a backup of an old project that used a Raspberry Pi to display content on two eink displays via IT8951 e-paper controller, used GPIO buttons to control the content. The code completed the logic of saving the created pages and navigating pages using the buttons. However, some modules such as socialmedia_scraper are not working due to missing code.

pj_eink_book

Setup environment

  1. suggest using anaconda for environment management. python >= 3.8 is required.

    conda create -n <name of env> python=3.8

  2. install the dependencies

    a. first activate the conda environment conda activate <name of env>

    b. move to the directory where the requirements.txt is

    c. install the dependencies pip install -r requirements.txt

  3. run demo program

    python main.py -v -d

    -v for running virtually and -d for loading demo pages

    you can run python main.py --help to see the full list of arguments

  4. a chrome executable is also required

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages