Skip to content

Conversation

Diviector
Copy link

Updated the mapping of signal values from the joystick to the offset coordinates.
Fixed screen cleaning.

Updated the mapping of signal values from the joystick to the offset coordinates.
Fixed screen cleaning.
@CLAassistant
Copy link

CLAassistant commented Jan 6, 2022

CLA assistant check
All committers have signed the CLA.


// read the value of the pin, and erase the screen if pressed
if (digitalRead(erasePin) == HIGH) {
if (digitalRead(erasePin) == LOW) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (digitalRead(erasePin) == LOW) {

See explanation above.

@github-actions
Copy link

Memory usage change @ 4386d34

Board flash % RAM for global variables %
arduino:avr:esplora 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
Click for full report table
Board examples/Esplora/EsploraTFTBitmapLogo
flash
% examples/Esplora/EsploraTFTBitmapLogo
RAM for global variables
% examples/Esplora/EsploraTFTColorPicker
flash
% examples/Esplora/EsploraTFTColorPicker
RAM for global variables
% examples/Esplora/EsploraTFTEtchASketch
flash
% examples/Esplora/EsploraTFTEtchASketch
RAM for global variables
% examples/Esplora/EsploraTFTGraph
flash
% examples/Esplora/EsploraTFTGraph
RAM for global variables
% examples/Esplora/EsploraTFTHorizon
flash
% examples/Esplora/EsploraTFTHorizon
RAM for global variables
% examples/Esplora/EsploraTFTPong
flash
% examples/Esplora/EsploraTFTPong
RAM for global variables
% examples/Esplora/EsploraTFTTemp
flash
% examples/Esplora/EsploraTFTTemp
RAM for global variables
%
arduino:avr:esplora 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0 0 0.0
Click for full report CSV
Board,examples/Esplora/EsploraTFTBitmapLogo<br>flash,%,examples/Esplora/EsploraTFTBitmapLogo<br>RAM for global variables,%,examples/Esplora/EsploraTFTColorPicker<br>flash,%,examples/Esplora/EsploraTFTColorPicker<br>RAM for global variables,%,examples/Esplora/EsploraTFTEtchASketch<br>flash,%,examples/Esplora/EsploraTFTEtchASketch<br>RAM for global variables,%,examples/Esplora/EsploraTFTGraph<br>flash,%,examples/Esplora/EsploraTFTGraph<br>RAM for global variables,%,examples/Esplora/EsploraTFTHorizon<br>flash,%,examples/Esplora/EsploraTFTHorizon<br>RAM for global variables,%,examples/Esplora/EsploraTFTPong<br>flash,%,examples/Esplora/EsploraTFTPong<br>RAM for global variables,%,examples/Esplora/EsploraTFTTemp<br>flash,%,examples/Esplora/EsploraTFTTemp<br>RAM for global variables,%
arduino:avr:esplora,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0

@per1234
Copy link
Contributor

per1234 commented Jan 15, 2022

Replaced by #36

@per1234 per1234 closed this Jan 15, 2022
@per1234 per1234 added the conclusion: duplicate Has already been submitted label Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conclusion: duplicate Has already been submitted

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants