This shows you the differences between two versions of the page.
pm:prj2021:apredescu:slotmachine [2021/06/03 02:01] andrei.gherghe0602 |
pm:prj2021:apredescu:slotmachine [2021/06/03 02:55] (current) andrei.gherghe0602 |
||
---|---|---|---|
Line 12: | Line 12: | ||
- Breadboard | - Breadboard | ||
- LCD Display | - LCD Display | ||
- | - Butoane | + | - Buton |
- Modul LED RGB | - Modul LED RGB | ||
- | - Rezistente | + | - Rezistenta 330 Ω |
- Fire pentru legatura | - Fire pentru legatura | ||
- Joystick | - Joystick | ||
+ | |||
+ | {{:pm:prj2021:apredescu:electric_scheme.png?500|}} | ||
===== Software Design ===== | ===== Software Design ===== | ||
Pentru dezvoltarea programului pentru simulatorul de pacanele am folosit IDE-ul Arduino iar debugging-ul in consola de output pentru seriala. Am folosit bibliotecile Adafruit_GFX si Adafruit_ST7735 specifica LCD-ului TFTST7735 pentru desenarea simbolurilor si background-ului, doar cu functii primitive precum drawRect(...) si fillRect(...). Codul sursa se gaseste la sectiunea "Bibliografie/Resurse". | Pentru dezvoltarea programului pentru simulatorul de pacanele am folosit IDE-ul Arduino iar debugging-ul in consola de output pentru seriala. Am folosit bibliotecile Adafruit_GFX si Adafruit_ST7735 specifica LCD-ului TFTST7735 pentru desenarea simbolurilor si background-ului, doar cu functii primitive precum drawRect(...) si fillRect(...). Codul sursa se gaseste la sectiunea "Bibliografie/Resurse". | ||
Line 39: | Line 41: | ||
===== Bibliografie/Resurse ===== | ===== Bibliografie/Resurse ===== | ||
- | Github: https://github.com/andrew160full/Arduino-Slot-Machine/blob/main/version_alpha.ino | + | * Github: https://github.com/andrew160full/Arduino-Slot-Machine/blob/main/version_alpha.ino |
- | Demo youtube: https://www.youtube.com/watch?v=P-wzrwLHcIY | + | * Demo youtube: https://www.youtube.com/watch?v=P-wzrwLHcIY |
- | Biblioteca folosita: https://github.com/adafruit/Adafruit-ST7735-Library | + | * Biblioteca folosita: https://github.com/adafruit/Adafruit-ST7735-Library |