Skip to content

new features #7

@aster94

Description

@aster94

@sancho11

We need to decide which formattation of the code we will keep because it is becoming a mess of whitespaces, wrong indentation ecc. Which IDE are you using for processing and which one for arduino?
I am using vscode for arduino and the default formatting and for processing the default IDE but the default formatting is not very good, maybe is better to use all on vscode this way the formatting between arduino and processing will be the same

I also made a todo list

  • formatting
  • use of pinMode and digitalWrite outside time-critical task. This will improve readability and won't change the efficency
  • the steps of the mouse wheel when we are in a deep zoom is too big, we should change the steps according to the reducer
  • use of the LED_BUILTIN for readability and easier port to new boards
  • comment out the debug print statemens
  • move the button for the times print in the bottom bar
  • move instructiuon in the readMe
  • change the reducer with the mouse wheel
  • auto adjust the size of the screen based on the pin used, maybe too much work, better to focus on other task 😅
  • pass the number of samples directly from processing (this way we won't need to modify the MCU sketches, all the configuration will be in processing)
  • in the code comments use english and add more comments for functions and where needed
  • new images and update readme
  • the first draw is far from the left border
  • clean of the code, slipt of functions, use better names for the variables
  • add custom board and rework pinassigment
  • run on all the boards

What do you think about?
I can work on the communication of the samples number between processing and arduino

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions