Display SSD1306 for ESP32
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
2.3 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. # Readme
  2. # Basic Instructions of Repository DisplayESP32
  3. **This repository aims to provide some functions for creating a user interface for the display Adafruit SSD1306 on microcontroller ESP32**
  4. ## To begin with
  5. To be able to use this repository, it's important to first connect the display to the microcontroller, the following diagram shows the way it should be done when using an ESP32-WROOM board.
  6. *Considers that the Wiki page is not considered by the git system*.
  7. ## Projects and Issues tab
  8. To organize your progress, use the issues and projects tabs. In this way, it is possible to schedule your tasks and set milestones. Thus, each week can start by reviewing the pending tasks, organize your week tasks, and at the end of the week check and mark your progress.
  9. ### Issues and Labels
  10. Let us start by setting some milestones (proposal, prototype, software function, etc.), set a Due Date, and its description. With your milestones, it will be easy to organize issues and track your progress.
  11. After defining a milestone,
  12. - **task**
  13. - **bug**
  14. - **improve**
  15. - **
  16. The `git-template` includes 9 basic labels to use each time you create an issue. These labels are detailed next:
  17. - bug: Somethign is not working as expected or getting wrong results
  18. - duplicated: This issue or pull request already exists
  19. - further work: General advices to be considered in future elements, projects or submodules
  20. - help wanted: Some help is required by supervisors; directions, raw material, material, review results, or laboratory assistance
  21. - improve: Something has to be improved or rebuiled to improve expected results
  22. - question: Something needs a fast review or guidance to focus the aim of the project
  23. - submodules: The project should considers to create a submodule element to integrate in this project
  24. - task: Assigned task to complete a milestone or project element; the assigned collaborators have to complete the task
  25. - wiki: Elements or information to be included in the Wiki page
  26. ### Projects
  27. **Considers that this is the main repository. Thus, create projects for main elements (circuit stage, specific behaivior, component, document, simulation, or submodule, etc.) to manage components or submodules related with the main repository**.
  28. In the project always create three main boards: Todo, In Progress and Done.