A brief description of the project.
This project utilizes various libraries and scripts to control an LCD display, manipulate GPIOs, and create a graphical user interface.
gpio_lib.py
: Library for GPIO manipulation.gui.py
: Script for the graphical user interface.lcd_lib.py
: Library for LCD display control.main.py
: Main script that integrates all functionalities.race_logging.py
: Library for race data logging.LCD_2inch4.py
: Specific library for a 2.4-inch LCD display.lcdconfig.py
: Configuration for the LCD display.Font02.ttf
: Font used on the LCD display.
Clone the repository and install the necessary dependencies.
git clone https://github.com/rcfcpereira/Raspberry.git
cd Raspberry
pip install -r requirements.txt