1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-05-28 12:41:32 +00:00
r65emu/hw/esp32-utft-dac.h
2018-11-16 10:25:23 +00:00

25 lines
409 B
C

// TFT display...
#define USE_UTFT
#undef TFT_BACKLIGHT
#define TFT_MODEL ILI9325C
#define TFT_RS 32
#define TFT_WR 33
#define TFT_CS 27
#define TFT_RST 26
// PS/2 keyboard
#define KBD_DATA 34
#define KBD_IRQ 35
// SPI-RAM
#undef USE_SPIRAM
// "tape" storage...
#undef USE_SD
#define USE_SPIFFS
// sound: dac and pwm
#define DAC_SOUND 25
#define PWM_SOUND 25
#define PWM_DUTY 20 // 20/1024 -> volume