Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install / setup dependencies: Raspberry Pi #3

Open
leigh-johnson opened this issue Jun 8, 2019 · 0 comments
Open

Install / setup dependencies: Raspberry Pi #3

leigh-johnson opened this issue Jun 8, 2019 · 0 comments
Assignees
Milestone

Comments

@leigh-johnson
Copy link
Owner

System dependencies

sudo apt-get update && \
sudo apt-get upgrade && \
sudo apt-get install git python3-dev python3-pip \
crossbuild-essential-armhf libatlas-base-dev   \
libhdf5-dev libhdf5-serial-dev \ 
libopenjp2-7-dev ibtiff5 build-essential cmake pkg-config && \
sudo pip3 install -U virtualenv

TFT drivers

git clone [email protected]:goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show
sudo ./LCD35-show

FBCP

Used to copy primary framebuffer to secondary framebuffer (required for SPI displays)

https://github.com/tasanakorn/rpi-fbcp

@leigh-johnson leigh-johnson added this to the v1.0.0 milestone Jun 8, 2019
@leigh-johnson leigh-johnson self-assigned this Jun 8, 2019
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

No branches or pull requests

1 participant