-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPmodOLED.c
524 lines (428 loc) · 10.6 KB
/
PmodOLED.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
/************************************************************************/
/* */
/* oled.c -- Graphics Driver Library for OLED Display */
/* */
/************************************************************************/
/* Author: Gene Apperson */
/* Copyright 2011, Digilent Inc. */
/************************************************************************/
/* Module Description: */
/* */
/* */
/************************************************************************/
/* Revision History: */
/* */
/* 04/29/2011(GeneA): Created */
/* */
/************************************************************************/
/* ------------------------------------------------------------ */
/* Include File Definitions */
/* ------------------------------------------------------------ */
#include <p32xxxx.h>
#include <plib.h>
#include "PmodOLED.h"
#include "OledChar.h"
#include "OledGrph.h"
#include "delay.h"
/* ------------------------------------------------------------ */
/* Local Type Definitions */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* Global Variables */
/* ------------------------------------------------------------ */
extern BYTE rgbOledFont0[];
extern BYTE rgbOledFontUser[];
extern BYTE rgbFillPat[];
extern int xchOledMax;
extern int ychOledMax;
/* Coordinates of current pixel location on the display. The origin
** is at the upper left of the display. X increases to the right
** and y increases going down.
*/
int xcoOledCur;
int ycoOledCur;
BYTE * pbOledCur; //address of byte corresponding to current location
int bnOledCur; //bit number of bit corresponding to current location
BYTE clrOledCur; //drawing color to use
BYTE * pbOledPatCur; //current fill pattern
int fOledCharUpdate;
int dxcoOledFontCur;
int dycoOledFontCur;
BYTE * pbOledFontCur;
BYTE * pbOledFontUser;
/* ------------------------------------------------------------ */
/* Local Variables */
/* ------------------------------------------------------------ */
/* This array is the offscreen frame buffer used for rendering.
** It isn't possible to read back frome the OLED display device,
** so display data is rendered into this offscreen buffer and then
** copied to the display.
*/
BYTE rgbOledBmp[cbOledDispMax];
/* ------------------------------------------------------------ */
/* Forward Declarations */
/* ------------------------------------------------------------ */
void OledHostInit();
void OledDevInit();
void OledDvrInit();
BYTE Spi1PutByte(BYTE bVal);
void OledPutBuffer(int cb, BYTE * rgbTx);
/* ------------------------------------------------------------ */
/* Procedure Definitions */
/* ------------------------------------------------------------ */
/*** OledInit
**
** Parameters:
** none
**
** Return Value:
** none
**
** Errors:
** none
**
** Description:
** Initialize the OLED display subsystem.
*/
void
OledInit()
{
/* Init the PIC32 peripherals used to talk to the display.
*/
OledHostInit();
/* Init the memory variables used to control access to the
** display.
*/
OledDvrInit();
/* Init the OLED display hardware.
*/
OledDevInit();
/* Clear the display.
*/
OledClear();
}
/* ------------------------------------------------------------ */
/*** OledHostInit
**
** Parameters:
** none
**
** Return Value:
** none
**
** Errors:
** none
**
** Description:
** Perform PIC32 device initialization to prepare for use
** of the OLED display.
*/
void
OledHostInit()
{
// unsigned int tcfg; // ALA unused
/* Initialize SPI port 1.
*/
SPI1CON = 0;
SPI1BRG = 15; //8Mhz, with 80Mhz PB clock
SPI1STATbits.SPIROV = 0;
SPI1CONbits.CKP = 1;
SPI1CONbits.MSTEN = 1;
SPI1CONbits.ON = 1;
/* Make power control pins be outputs with the supplies off
*/
PORTSetBits(prtVddCtrl, bitVddCtrl);
PORTSetBits(prtVbatCtrl, bitVbatCtrl);
PORTSetPinsDigitalOut(prtVddCtrl, bitVddCtrl); //VDD power control (1=off)
PORTSetPinsDigitalOut(prtVbatCtrl, bitVbatCtrl); //VBAT power control (1=off)
/* Make the Data/Command select, Reset, and SPI CS pins be outputs.
*/
PORTSetBits(prtDataCmd, bitDataCmd);
PORTSetPinsDigitalOut(prtDataCmd, bitDataCmd); //Data/Command# select
PORTSetBits(prtReset, bitReset);
PORTSetPinsDigitalOut(prtReset, bitReset);
PORTSetBits(prtSelect, bitSelect);
PORTSetPinsDigitalOut(prtSelect, bitSelect);
}
/* ------------------------------------------------------------ */
/*** OledDvrInit
**
** Parameters:
** none
**
** Return Value:
** none
**
** Errors:
** none
**
** Description:
** Initialize the OLED software system
*/
void
OledDvrInit()
{
int ib;
/* Init the parameters for the default font
*/
dxcoOledFontCur = cbOledChar;
dycoOledFontCur = 8;
pbOledFontCur = rgbOledFont0;
pbOledFontUser = rgbOledFontUser;
for (ib = 0; ib < cbOledFontUser; ib++) {
rgbOledFontUser[ib] = 0;
}
xchOledMax = ccolOledMax / dxcoOledFontCur;
ychOledMax = crowOledMax / dycoOledFontCur;
/* Set the default character cursor position.
*/
OledSetCursor(0, 0);
/* Set the default foreground draw color and fill pattern
*/
clrOledCur = 0x01;
pbOledPatCur = rgbFillPat;
OledSetDrawMode(modOledSet);
/* Default the character routines to automaticall
** update the display.
*/
fOledCharUpdate = 1;
}
/* ------------------------------------------------------------ */
/*** OledDevInit
**
** Parameters:
** none
**
** Return Value:
** none
**
** Errors:
** none
**
** Description:
** Initialize the OLED display controller and turn the display on.
*/
void
OledDevInit()
{
/* We're going to be sending commands, so clear the Data/Cmd bit
*/
PORTClearBits(prtDataCmd, bitDataCmd);
/* Start by turning VDD on and wait a while for the power to come up.
*/
PORTClearBits(prtVddCtrl, bitVddCtrl);
DelayMs(1);
/* Display off command
*/
Spi1PutByte(0xAE);
/* Bring Reset low and then high
*/
PORTClearBits(prtReset, bitReset);
DelayMs(1);
PORTSetBits(prtReset, bitReset);
/* Send the Set Charge Pump and Set Pre-Charge Period commands
*/
Spi1PutByte(0x8D);
Spi1PutByte(0x14);
Spi1PutByte(0xD9);
Spi1PutByte(0xF1);
/* Turn on VCC and wait 100ms
*/
PORTClearBits(prtVbatCtrl, bitVbatCtrl);
DelayMs(100);
/* Send the commands to invert the display.
*/
Spi1PutByte(0xA1); //remap columns
Spi1PutByte(0xC8); //remap the rows
/* Send the commands to select sequential COM configuration
*/
Spi1PutByte(0xDA); //set COM configuration command
Spi1PutByte(0x20); //sequential COM, left/right remap enabled
/* Send Display On command
*/
Spi1PutByte(0xAF);
}
/* ------------------------------------------------------------ */
/*** OledClear
**
** Parameters:
** none
**
** Return Value:
** none
**
** Errors:
** none
**
** Description:
** Clear the display. This clears the memory buffer and then
** updates the display.
*/
void
OledClear()
{
OledClearBuffer();
OledUpdate();
}
/* ------------------------------------------------------------ */
/*** OledClearBuffer
**
** Parameters:
** none
**
** Return Value:
** none
**
** Errors:
** none
**
** Description:
** Clear the display memory buffer.
*/
void
OledClearBuffer()
{
int ib;
BYTE * pb;
pb = rgbOledBmp;
/* Fill the memory buffer with 0.
*/
for (ib = 0; ib < cbOledDispMax; ib++) {
*pb++ = 0x00;
}
}
/* ------------------------------------------------------------ */
/*** OledUpdate
**
** Parameters:
** none
**
** Return Value:
** none
**
** Errors:
** none
**
** Description:
** Update the OLED display with the contents of the memory buffer
*/
void
OledUpdate()
{
int ipag;
// int icol; // ALA unused
BYTE * pb;
pb = rgbOledBmp;
for (ipag = 0; ipag < cpagOledMax; ipag++) {
PORTClearBits(prtDataCmd, bitDataCmd);
/* Set the page address
*/
Spi1PutByte(0x22); //Set page command
Spi1PutByte(ipag); //page number
/* Start at the left column
*/
Spi1PutByte(0x00); //set low nybble of column
Spi1PutByte(0x10); //set high nybble of column
PORTSetBits(prtDataCmd, bitDataCmd);
/* Copy this memory page of display data.
*/
OledPutBuffer(ccolOledMax, pb);
pb += ccolOledMax;
}
}
/* ------------------------------------------------------------ */
/*** OledPutBuffer
**
** Parameters:
** cb - number of bytes to send/receive
** rgbTx - pointer to the buffer to send
**
** Return Value:
** none
**
** Errors:
** none
**
** Description:
** Send the bytes specified in rgbTx to the slave and return
** the bytes read from the slave in rgbRx
*/
void
OledPutBuffer(int cb, BYTE * rgbTx)
{
int ib;
BYTE bTmp;
/* Bring the slave select line low
*/
PORTClearBits(prtSelect, bitSelect);
/* Write/Read the data
*/
for (ib = 0; ib < cb; ib++) {
/* Wait for transmitter to be ready
*/
while (SPI1STATbits.SPITBE == 0);
/* Write the next transmit byte.
*/
SPI1BUF = *rgbTx++;
/* Wait for receive byte.
*/
while (SPI1STATbits.SPIRBF == 0);
bTmp = SPI1BUF;
}
/* Bring the slave select line high
*/
PORTSetBits(prtSelect, bitSelect);
}
/* ------------------------------------------------------------ */
/*** Spi1PutByte
**
** Parameters:
** bVal - byte value to write
**
** Return Value:
** Returns byte read
**
** Errors:
** none
**
** Description:
** Write/Read a byte on SPI port 2
*/
BYTE
Spi1PutByte(BYTE bVal)
{
BYTE bRx;
/* Bring the slave select line low
*/
PORTClearBits(prtSelect, bitSelect);
/* Wait for transmitter to be ready
*/
while (SPI1STATbits.SPITBE == 0);
/* Write the next transmit byte.
*/
SPI1BUF = bVal;
/* Wait for receive byte.
*/
while (SPI1STATbits.SPIRBF == 0);
/* Put the received byte in the buffer.
*/
bRx = SPI1BUF;
/* Bring the slave select line high
*/
PORTSetBits(prtSelect, bitSelect);
return bRx;
}
/* ------------------------------------------------------------ */
/*** ProcName
**
** Parameters:
**
** Return Value:
**
** Errors:
**
** Description:
**
*/
/* ------------------------------------------------------------ */
/************************************************************************/