Under develompent...
This portable console is(or must be) capable to emulate games from the 4º generation of game consoles (the portable ones) such as Sega Game Gear and Nintendo Game Boy and the 3º generation such as Sega Master System and Nintendo Entertainment System.
Quantity | Component | Image | Price |
---|---|---|---|
1 | ESP32 DevKit | R$ 42 | |
1 | Display 2,4" TFT 320x240 | R$ 55 | |
1 | Módulo Amplificador PAM8403 | R$ 5 | |
1 | Módulo Carregador de Bateria de Lítio TP4056 | R$ 5 | |
1 | Mini Alto Falante 2W 8 Ohms | R$ 8 | |
1 | Bateria de Litio >600mAh | R$ 35 | |
10 | Push Button | R$3 |
Clone the repo:
git clone https://github.com/Calebe94/ESPBoy
cd ESPBoy/software
git submodule update --init .
cp ../utils/makefiles/lvgl_component.mk components/Libs/lvgl/component.mk
make all
make flash
Edimar Calebe Castanho (Calebe94) |
Comming soon...
All software is covered under MIT License.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.