Sebby37 / IndEntResourceStudy

The source code for my display tests for my SACE Stage 2 Industry & Entrepreneurial Solutions Resource Study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Info

This is the source code for both of my tests for my Resource Study for SACE Stage 2 Industry & Entrepreneurial Solutions. The first test simply tests the speed in which both displays are able to draw shapes and text. The second test tests the readability of both displays at larger and smaller text sizes. For all of these tests, I used an Arduino UNO to run the displays and Visual Studio Code to write the code.

Displays

Touchscreen

E-Paper

Wiring

Touchscreen

  • Simply plug the shield into the Arduino, making sure the 5v and reset pins on the shield line up with those on the Arduino

E-Paper

  • Wire the display to the Arduino using these pins: BUSY -> 7, RST -> 9, DC -> 8, CS-> 10, CLK -> 13, DIN -> 11

About

The source code for my display tests for my SACE Stage 2 Industry & Entrepreneurial Solutions Resource Study


Languages

Language:C++ 100.0%