(→Bug Notes)
|
(→Bug Notes)
|
Line 55: | |||
in all the OPL9813 & OPL9815 programs, the display definitions are incorrect. Please change the LIB.H files display definitions as below: | in all the OPL9813 & OPL9815 programs, the display definitions are incorrect. Please change the LIB.H files display definitions as below: | ||
- | <tab>From: | + | :From: |
- | <tab>#define DISP_WIDTH 176 | + | ::define DISP_WIDTH 176 |
- | <tab>#define DISP_HEIGHT 220 | + | ::define DISP_HEIGHT 220 |
- | <tab>To: | + | :To: |
- | <tab>#define DISP_WIDTH 112 | + | ::#define DISP_WIDTH 112 |
- | <tab>#define DISP_HEIGHT 64 | + | ::#define DISP_HEIGHT 64 |