r65emu/hw/esp32-utft-dac.h

28 lines
450 B
C
Raw Normal View History

2018-11-07 21:38:04 +00:00
// 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
2021-02-17 14:49:40 +00:00
#define RAM_SIZE 0x10000u
2021-02-17 08:06:45 +00:00
2018-11-07 21:38:04 +00:00
// SPI-RAM
2018-11-16 10:25:23 +00:00
#undef USE_SPIRAM
2018-11-07 21:38:04 +00:00
// "tape" storage...
2018-11-10 09:32:33 +00:00
#undef USE_SD
2018-11-16 12:30:09 +00:00
#undef USE_FS
2018-11-07 21:38:04 +00:00
#define USE_SPIFFS
// sound: dac and pwm
#define DAC_SOUND 25
#define PWM_SOUND 25
#define PWM_DUTY 20 // 20/1024 -> volume