Changeset 99cc90a in buchla-emu
- Timestamp:
-
09/09/2017 02:17:33 PM
(7 years ago)
- Author:
- Thomas Lopatic <thomas@…>
- Branches:
- master
- Children:
- 1b30217
- Parents:
- c6f1cf5
- Message:
-
Don't distort the font.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
rc6f1cf5
|
r99cc90a
|
|
24 | 24 | int32_t lcd_verbose = 0; |
25 | 25 | |
26 | | #define WIN_W (510 * 2) |
27 | | #define WIN_H (64 * 2) |
| 26 | #define WIN_W (1615 * 2 / 3) |
| 27 | #define WIN_H (304 * 2 / 3) |
28 | 28 | |
29 | 29 | #define GFX_BGR 0x00000000 |