| 1 | [display] |
|---|
| 2 | width = 1200 |
|---|
| 3 | height = 960 |
|---|
| 4 | xdisplay = |
|---|
| 5 | fullscreen = 0 |
|---|
| 6 | double_buffers = 1 |
|---|
| 7 | ; Hardware surface can only be used in fullscreen mode. |
|---|
| 8 | hardware_surface = 1 |
|---|
| 9 | ; Use an OpenGL surface |
|---|
| 10 | opengl = 0 |
|---|
| 11 | ; This is the delay in milliseconds before reattempting the main loop. This is |
|---|
| 12 | ; different from the timer system, and in a different thread. It does, |
|---|
| 13 | ; however, determine how long it takes for the GUI to react to events (such as |
|---|
| 14 | ; time running out, or a keypress. |
|---|
| 15 | refresh_delay = 10 |
|---|
| 16 | |
|---|
| 17 | [font_weight] |
|---|
| 18 | face = LCDDigitFixUltra |
|---|
| 19 | size = 300 |
|---|