├── README.md ├── docs ├── 30403sw.pdf ├── 6V8C.pdf ├── 7550.pdf ├── SRV05.pdf ├── ST7735.pdf ├── lcd1.jpg ├── lcd2.jpg ├── lcd3.jpg ├── lcd4.jpg └── tl431.pdf ├── firmware 1.34 ├── ADC.c ├── ADS7843.c ├── ADS7843.h ├── CHANGES ├── CHANGES.de ├── Clones ├── ComponentTester.hex ├── EUPL-v1.1.pdf ├── HD44780.c ├── HD44780.h ├── I2C.c ├── ILI9163.c ├── ILI9163.h ├── ILI9341.c ├── ILI9341.h ├── IR.c ├── Makefile ├── OneWire.c ├── OneWire.h ├── PCD8544.c ├── PCD8544.h ├── README ├── README.de ├── SPI.c ├── SSD1306.c ├── SSD1306.h ├── ST7565R.c ├── ST7565R.h ├── ST7735.c ├── ST7735.h ├── ST7920.c ├── ST7920.h ├── VT100.c ├── adjust.c ├── bitmaps │ ├── font_10x16_hf.h │ ├── font_12x16_hf.h │ ├── font_16x26_hf.h │ ├── font_6x8_v_f.h │ ├── font_6x8_vf.h │ ├── font_8x16_cyrillic_hf.h │ ├── font_8x16_vfp.h │ ├── font_8x8_h.h │ ├── font_8x8_hf.h │ ├── font_8x8_vf.h │ ├── font_HD44780_cyr.h │ ├── font_HD44780_int.h │ ├── symbols_24x24_h.h │ ├── symbols_24x24_hf.h │ ├── symbols_24x24_vfp.h │ ├── symbols_24x24_vp_f.h │ ├── symbols_30x32_hf.h │ └── symbols_32x32_hf.h ├── cap.c ├── colors.h ├── commands.c ├── common.h ├── config.h ├── config_328.h ├── config_644.h ├── display.c ├── functions.h ├── inductor.c ├── main.c ├── pause.c ├── probes.c ├── resistor.c ├── semi.c ├── serial.c ├── tools.c ├── user.c ├── var_czech.h ├── var_danish.h ├── var_english.h ├── var_german.h ├── var_italian.h ├── var_polish.h ├── var_russian.h ├── var_russian_2.h ├── var_spanish.h ├── variables.h └── wait.S ├── schematics ├── display.png ├── gm328a.sch └── sch2.png └── tetris ├── game.cpp ├── game.h ├── queue.cpp ├── queue.h ├── sound.cpp ├── sound.h └── tetris.ino /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/README.md -------------------------------------------------------------------------------- /docs/30403sw.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/docs/30403sw.pdf -------------------------------------------------------------------------------- /docs/6V8C.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/docs/6V8C.pdf -------------------------------------------------------------------------------- /docs/7550.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/docs/7550.pdf -------------------------------------------------------------------------------- /docs/SRV05.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/docs/SRV05.pdf -------------------------------------------------------------------------------- /docs/ST7735.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/docs/ST7735.pdf -------------------------------------------------------------------------------- /docs/lcd1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/docs/lcd1.jpg -------------------------------------------------------------------------------- /docs/lcd2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/docs/lcd2.jpg -------------------------------------------------------------------------------- /docs/lcd3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/docs/lcd3.jpg -------------------------------------------------------------------------------- /docs/lcd4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/docs/lcd4.jpg -------------------------------------------------------------------------------- /docs/tl431.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/docs/tl431.pdf -------------------------------------------------------------------------------- /firmware 1.34/ADC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ADC.c -------------------------------------------------------------------------------- /firmware 1.34/ADS7843.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ADS7843.c -------------------------------------------------------------------------------- /firmware 1.34/ADS7843.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ADS7843.h -------------------------------------------------------------------------------- /firmware 1.34/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/CHANGES -------------------------------------------------------------------------------- /firmware 1.34/CHANGES.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/CHANGES.de -------------------------------------------------------------------------------- /firmware 1.34/Clones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/Clones -------------------------------------------------------------------------------- /firmware 1.34/ComponentTester.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ComponentTester.hex -------------------------------------------------------------------------------- /firmware 1.34/EUPL-v1.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/EUPL-v1.1.pdf -------------------------------------------------------------------------------- /firmware 1.34/HD44780.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/HD44780.c -------------------------------------------------------------------------------- /firmware 1.34/HD44780.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/HD44780.h -------------------------------------------------------------------------------- /firmware 1.34/I2C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/I2C.c -------------------------------------------------------------------------------- /firmware 1.34/ILI9163.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ILI9163.c -------------------------------------------------------------------------------- /firmware 1.34/ILI9163.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ILI9163.h -------------------------------------------------------------------------------- /firmware 1.34/ILI9341.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ILI9341.c -------------------------------------------------------------------------------- /firmware 1.34/ILI9341.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ILI9341.h -------------------------------------------------------------------------------- /firmware 1.34/IR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/IR.c -------------------------------------------------------------------------------- /firmware 1.34/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/Makefile -------------------------------------------------------------------------------- /firmware 1.34/OneWire.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/OneWire.c -------------------------------------------------------------------------------- /firmware 1.34/OneWire.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/OneWire.h -------------------------------------------------------------------------------- /firmware 1.34/PCD8544.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/PCD8544.c -------------------------------------------------------------------------------- /firmware 1.34/PCD8544.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/PCD8544.h -------------------------------------------------------------------------------- /firmware 1.34/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/README -------------------------------------------------------------------------------- /firmware 1.34/README.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/README.de -------------------------------------------------------------------------------- /firmware 1.34/SPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/SPI.c -------------------------------------------------------------------------------- /firmware 1.34/SSD1306.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/SSD1306.c -------------------------------------------------------------------------------- /firmware 1.34/SSD1306.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/SSD1306.h -------------------------------------------------------------------------------- /firmware 1.34/ST7565R.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ST7565R.c -------------------------------------------------------------------------------- /firmware 1.34/ST7565R.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ST7565R.h -------------------------------------------------------------------------------- /firmware 1.34/ST7735.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ST7735.c -------------------------------------------------------------------------------- /firmware 1.34/ST7735.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ST7735.h -------------------------------------------------------------------------------- /firmware 1.34/ST7920.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ST7920.c -------------------------------------------------------------------------------- /firmware 1.34/ST7920.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/ST7920.h -------------------------------------------------------------------------------- /firmware 1.34/VT100.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/VT100.c -------------------------------------------------------------------------------- /firmware 1.34/adjust.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/adjust.c -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/font_10x16_hf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/font_10x16_hf.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/font_12x16_hf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/font_12x16_hf.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/font_16x26_hf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/font_16x26_hf.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/font_6x8_v_f.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/font_6x8_v_f.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/font_6x8_vf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/font_6x8_vf.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/font_8x16_cyrillic_hf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/font_8x16_cyrillic_hf.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/font_8x16_vfp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/font_8x16_vfp.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/font_8x8_h.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/font_8x8_h.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/font_8x8_hf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/font_8x8_hf.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/font_8x8_vf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/font_8x8_vf.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/font_HD44780_cyr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/font_HD44780_cyr.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/font_HD44780_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/font_HD44780_int.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/symbols_24x24_h.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/symbols_24x24_h.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/symbols_24x24_hf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/symbols_24x24_hf.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/symbols_24x24_vfp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/symbols_24x24_vfp.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/symbols_24x24_vp_f.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/symbols_24x24_vp_f.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/symbols_30x32_hf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/symbols_30x32_hf.h -------------------------------------------------------------------------------- /firmware 1.34/bitmaps/symbols_32x32_hf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/bitmaps/symbols_32x32_hf.h -------------------------------------------------------------------------------- /firmware 1.34/cap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/cap.c -------------------------------------------------------------------------------- /firmware 1.34/colors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/colors.h -------------------------------------------------------------------------------- /firmware 1.34/commands.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/commands.c -------------------------------------------------------------------------------- /firmware 1.34/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/common.h -------------------------------------------------------------------------------- /firmware 1.34/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/config.h -------------------------------------------------------------------------------- /firmware 1.34/config_328.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/config_328.h -------------------------------------------------------------------------------- /firmware 1.34/config_644.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/config_644.h -------------------------------------------------------------------------------- /firmware 1.34/display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/display.c -------------------------------------------------------------------------------- /firmware 1.34/functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/functions.h -------------------------------------------------------------------------------- /firmware 1.34/inductor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/inductor.c -------------------------------------------------------------------------------- /firmware 1.34/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/main.c -------------------------------------------------------------------------------- /firmware 1.34/pause.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/pause.c -------------------------------------------------------------------------------- /firmware 1.34/probes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/probes.c -------------------------------------------------------------------------------- /firmware 1.34/resistor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/resistor.c -------------------------------------------------------------------------------- /firmware 1.34/semi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/semi.c -------------------------------------------------------------------------------- /firmware 1.34/serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/serial.c -------------------------------------------------------------------------------- /firmware 1.34/tools.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/tools.c -------------------------------------------------------------------------------- /firmware 1.34/user.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/user.c -------------------------------------------------------------------------------- /firmware 1.34/var_czech.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/var_czech.h -------------------------------------------------------------------------------- /firmware 1.34/var_danish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/var_danish.h -------------------------------------------------------------------------------- /firmware 1.34/var_english.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/var_english.h -------------------------------------------------------------------------------- /firmware 1.34/var_german.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/var_german.h -------------------------------------------------------------------------------- /firmware 1.34/var_italian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/var_italian.h -------------------------------------------------------------------------------- /firmware 1.34/var_polish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/var_polish.h -------------------------------------------------------------------------------- /firmware 1.34/var_russian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/var_russian.h -------------------------------------------------------------------------------- /firmware 1.34/var_russian_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/var_russian_2.h -------------------------------------------------------------------------------- /firmware 1.34/var_spanish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/var_spanish.h -------------------------------------------------------------------------------- /firmware 1.34/variables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/variables.h -------------------------------------------------------------------------------- /firmware 1.34/wait.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/firmware 1.34/wait.S -------------------------------------------------------------------------------- /schematics/display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/schematics/display.png -------------------------------------------------------------------------------- /schematics/gm328a.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/schematics/gm328a.sch -------------------------------------------------------------------------------- /schematics/sch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/schematics/sch2.png -------------------------------------------------------------------------------- /tetris/game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/tetris/game.cpp -------------------------------------------------------------------------------- /tetris/game.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/tetris/game.h -------------------------------------------------------------------------------- /tetris/queue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/tetris/queue.cpp -------------------------------------------------------------------------------- /tetris/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/tetris/queue.h -------------------------------------------------------------------------------- /tetris/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/tetris/sound.cpp -------------------------------------------------------------------------------- /tetris/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/tetris/sound.h -------------------------------------------------------------------------------- /tetris/tetris.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsoncouto/gm328a_rev_eng/HEAD/tetris/tetris.ino --------------------------------------------------------------------------------