| #pragma once | |
| // these are the defaults | |
| #ifndef ALLOW_HIRES | |
| #define ALLOW_HIRES 1 | |
| #endif | |
| #ifndef ST7789_WIDTH | |
| #define ST7789_WIDTH 240 | |
| #endif | |
| #ifndef ST7789_HEIGHT | |
| #define ST7789_HEIGHT 240 | |
| #endif | |
| #ifndef OVERCLOCK_250 | |
| #define OVERCLOCK_250 1 | |
| #endif | |
| #ifndef USB_VENDOR_ID | |
| #define USB_VENDOR_ID 0xCafe | |
| #endif | |
| #ifndef USB_VENDOR_STR | |
| #define USB_VENDOR_STR "TinyUSB" | |
| #endif | |
| #ifndef USB_PRODUCT_STR | |
| #define USB_PRODUCT_STR "Device" | |
| #endif |