From 23bcdf1754db0961ca01b45fef40a97800a01042 Mon Sep 17 00:00:00 2001 From: Gaspard Le Gouic <gaspard.legouic@orange.fr> Date: Fri, 28 Jun 2024 11:55:15 +0200 Subject: [PATCH] modified main for accel/lcd/touch --- 1 - Code/main.py | 4 ---- 2 - Individual Reports/Gaspard_Le_Gouic.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/1 - Code/main.py b/1 - Code/main.py index 59bbc50..7f2feee 100644 --- a/1 - Code/main.py +++ b/1 - Code/main.py @@ -1,7 +1,5 @@ from hl3 import * -Accel.init() - while True: set_img(""" .RR..RR. @@ -83,7 +81,5 @@ while True: show_text("This is Text", Color.BLUE, 0.02) utime.sleep(0.2) christmas() - utime.sleep(0.2) - accel_test() diff --git a/2 - Individual Reports/Gaspard_Le_Gouic.md b/2 - Individual Reports/Gaspard_Le_Gouic.md index 26e02c9..89dcec9 100644 --- a/2 - Individual Reports/Gaspard_Le_Gouic.md +++ b/2 - Individual Reports/Gaspard_Le_Gouic.md @@ -42,7 +42,7 @@ Ce projet consiste à concevoir une adaptation du projet HepiaLight 2 sur une no Après avoir uploader le bon Firmware sur le Raspberry Pi, comme indiqué [ici](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html), nous pouvons utiliser le logiciel [Thonny](https://thonny.org/) afin d'uploader notre code. -# Travail +# Journal de bord ## Lundi, 17 Juin 2024 -- GitLab