hal_lcd.c 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. /****************************************************************************
  2. * Filename: hal_lcd.c
  3. * Author: Andy
  4. * Date: 2013-01-11
  5. * Version: 1.0
  6. * Description: OLED driver
  7. ****************************************************************************/
  8. #include "hal_types.h"
  9. #include "hal_lcd.h"
  10. #include "OSAL.h"
  11. #include "OnBoard.h"
  12. #include "hal_assert.h"
  13. #include <string.h>
  14. #if defined (ZTOOL_P1) || defined (ZTOOL_P2)
  15. #include "DebugTrace.h"
  16. #endif
  17. #define LCD_SCL P1_2 //SCLK 时钟 D0(SCLK)
  18. #define LCD_SDA P1_3 //SDA D1(MOSI) 数据
  19. #define LCD_RST P1_7 //_RES hardware reset 复位
  20. #define LCD_DC P0_0 //A0 H/L 命令数据选通端,H:数据,L:命令
  21. #define XLevelL 0x00
  22. #define XLevelH 0x10
  23. #define XLevel ((XLevelH&0x0F)*16+XLevelL)
  24. #define Max_Column 128
  25. #define Max_Row 64
  26. #define Brightness 0xCF
  27. #define X_WIDTH 128
  28. #define Y_WIDTH 64
  29. #define LCD_MAX_BUF 25
  30. #define HAL_LCD_MAX_CHARS 16 // Max number of chars on a single LCD line
  31. const unsigned char F8X16[]=
  32. {
  33. 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,// 0
  34. 0x00,0x00,0x00,0xF8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x30,0x00,0x00,0x00,//! 1
  35. 0x00,0x10,0x0C,0x06,0x10,0x0C,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//" 2
  36. 0x40,0xC0,0x78,0x40,0xC0,0x78,0x40,0x00,0x04,0x3F,0x04,0x04,0x3F,0x04,0x04,0x00,//# 3
  37. 0x00,0x70,0x88,0xFC,0x08,0x30,0x00,0x00,0x00,0x18,0x20,0xFF,0x21,0x1E,0x00,0x00,//$ 4
  38. 0xF0,0x08,0xF0,0x00,0xE0,0x18,0x00,0x00,0x00,0x21,0x1C,0x03,0x1E,0x21,0x1E,0x00,//% 5
  39. 0x00,0xF0,0x08,0x88,0x70,0x00,0x00,0x00,0x1E,0x21,0x23,0x24,0x19,0x27,0x21,0x10,//& 6
  40. 0x10,0x16,0x0E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//' 7
  41. 0x00,0x00,0x00,0xE0,0x18,0x04,0x02,0x00,0x00,0x00,0x00,0x07,0x18,0x20,0x40,0x00,//( 8
  42. 0x00,0x02,0x04,0x18,0xE0,0x00,0x00,0x00,0x00,0x40,0x20,0x18,0x07,0x00,0x00,0x00,//) 9
  43. 0x40,0x40,0x80,0xF0,0x80,0x40,0x40,0x00,0x02,0x02,0x01,0x0F,0x01,0x02,0x02,0x00,//* 10
  44. 0x00,0x00,0x00,0xF0,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x1F,0x01,0x01,0x01,0x00,//+ 11
  45. 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xB0,0x70,0x00,0x00,0x00,0x00,0x00,//, 12
  46. 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,//- 13
  47. 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x00,0x00,0x00,0x00,0x00,//. 14
  48. 0x00,0x00,0x00,0x00,0x80,0x60,0x18,0x04,0x00,0x60,0x18,0x06,0x01,0x00,0x00,0x00,/// 15
  49. 0x00,0xE0,0x10,0x08,0x08,0x10,0xE0,0x00,0x00,0x0F,0x10,0x20,0x20,0x10,0x0F,0x00,//0 16
  50. 0x00,0x10,0x10,0xF8,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00,//1 17
  51. 0x00,0x70,0x08,0x08,0x08,0x88,0x70,0x00,0x00,0x30,0x28,0x24,0x22,0x21,0x30,0x00,//2 18
  52. 0x00,0x30,0x08,0x88,0x88,0x48,0x30,0x00,0x00,0x18,0x20,0x20,0x20,0x11,0x0E,0x00,//3 19
  53. 0x00,0x00,0xC0,0x20,0x10,0xF8,0x00,0x00,0x00,0x07,0x04,0x24,0x24,0x3F,0x24,0x00,//4 20
  54. 0x00,0xF8,0x08,0x88,0x88,0x08,0x08,0x00,0x00,0x19,0x21,0x20,0x20,0x11,0x0E,0x00,//5 21
  55. 0x00,0xE0,0x10,0x88,0x88,0x18,0x00,0x00,0x00,0x0F,0x11,0x20,0x20,0x11,0x0E,0x00,//6 22
  56. 0x00,0x38,0x08,0x08,0xC8,0x38,0x08,0x00,0x00,0x00,0x00,0x3F,0x00,0x00,0x00,0x00,//7 23
  57. 0x00,0x70,0x88,0x08,0x08,0x88,0x70,0x00,0x00,0x1C,0x22,0x21,0x21,0x22,0x1C,0x00,//8 24
  58. 0x00,0xE0,0x10,0x08,0x08,0x10,0xE0,0x00,0x00,0x00,0x31,0x22,0x22,0x11,0x0F,0x00,//9 25
  59. 0x00,0x00,0x00,0xC0,0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x00,0x00,0x00,//: 26
  60. 0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x60,0x00,0x00,0x00,0x00,//; 27
  61. 0x00,0x00,0x80,0x40,0x20,0x10,0x08,0x00,0x00,0x01,0x02,0x04,0x08,0x10,0x20,0x00,//< 28
  62. 0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,//= 29
  63. 0x00,0x08,0x10,0x20,0x40,0x80,0x00,0x00,0x00,0x20,0x10,0x08,0x04,0x02,0x01,0x00,//> 30
  64. 0x00,0x70,0x48,0x08,0x08,0x08,0xF0,0x00,0x00,0x00,0x00,0x30,0x36,0x01,0x00,0x00,//? 31
  65. 0xC0,0x30,0xC8,0x28,0xE8,0x10,0xE0,0x00,0x07,0x18,0x27,0x24,0x23,0x14,0x0B,0x00,//@ 32
  66. 0x00,0x00,0xC0,0x38,0xE0,0x00,0x00,0x00,0x20,0x3C,0x23,0x02,0x02,0x27,0x38,0x20,//A 33
  67. 0x08,0xF8,0x88,0x88,0x88,0x70,0x00,0x00,0x20,0x3F,0x20,0x20,0x20,0x11,0x0E,0x00,//B 34
  68. 0xC0,0x30,0x08,0x08,0x08,0x08,0x38,0x00,0x07,0x18,0x20,0x20,0x20,0x10,0x08,0x00,//C 35
  69. 0x08,0xF8,0x08,0x08,0x08,0x10,0xE0,0x00,0x20,0x3F,0x20,0x20,0x20,0x10,0x0F,0x00,//D 36
  70. 0x08,0xF8,0x88,0x88,0xE8,0x08,0x10,0x00,0x20,0x3F,0x20,0x20,0x23,0x20,0x18,0x00,//E 37
  71. 0x08,0xF8,0x88,0x88,0xE8,0x08,0x10,0x00,0x20,0x3F,0x20,0x00,0x03,0x00,0x00,0x00,//F 38
  72. 0xC0,0x30,0x08,0x08,0x08,0x38,0x00,0x00,0x07,0x18,0x20,0x20,0x22,0x1E,0x02,0x00,//G 39
  73. 0x08,0xF8,0x08,0x00,0x00,0x08,0xF8,0x08,0x20,0x3F,0x21,0x01,0x01,0x21,0x3F,0x20,//H 40
  74. 0x00,0x08,0x08,0xF8,0x08,0x08,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00,//I 41
  75. 0x00,0x00,0x08,0x08,0xF8,0x08,0x08,0x00,0xC0,0x80,0x80,0x80,0x7F,0x00,0x00,0x00,//J 42
  76. 0x08,0xF8,0x88,0xC0,0x28,0x18,0x08,0x00,0x20,0x3F,0x20,0x01,0x26,0x38,0x20,0x00,//K 43
  77. 0x08,0xF8,0x08,0x00,0x00,0x00,0x00,0x00,0x20,0x3F,0x20,0x20,0x20,0x20,0x30,0x00,//L 44
  78. 0x08,0xF8,0xF8,0x00,0xF8,0xF8,0x08,0x00,0x20,0x3F,0x00,0x3F,0x00,0x3F,0x20,0x00,//M 45
  79. 0x08,0xF8,0x30,0xC0,0x00,0x08,0xF8,0x08,0x20,0x3F,0x20,0x00,0x07,0x18,0x3F,0x00,//N 46
  80. 0xE0,0x10,0x08,0x08,0x08,0x10,0xE0,0x00,0x0F,0x10,0x20,0x20,0x20,0x10,0x0F,0x00,//O 47
  81. 0x08,0xF8,0x08,0x08,0x08,0x08,0xF0,0x00,0x20,0x3F,0x21,0x01,0x01,0x01,0x00,0x00,//P 48
  82. 0xE0,0x10,0x08,0x08,0x08,0x10,0xE0,0x00,0x0F,0x18,0x24,0x24,0x38,0x50,0x4F,0x00,//Q 49
  83. 0x08,0xF8,0x88,0x88,0x88,0x88,0x70,0x00,0x20,0x3F,0x20,0x00,0x03,0x0C,0x30,0x20,//R 50
  84. 0x00,0x70,0x88,0x08,0x08,0x08,0x38,0x00,0x00,0x38,0x20,0x21,0x21,0x22,0x1C,0x00,//S 51
  85. 0x18,0x08,0x08,0xF8,0x08,0x08,0x18,0x00,0x00,0x00,0x20,0x3F,0x20,0x00,0x00,0x00,//T 52
  86. 0x08,0xF8,0x08,0x00,0x00,0x08,0xF8,0x08,0x00,0x1F,0x20,0x20,0x20,0x20,0x1F,0x00,//U 53
  87. 0x08,0x78,0x88,0x00,0x00,0xC8,0x38,0x08,0x00,0x00,0x07,0x38,0x0E,0x01,0x00,0x00,//V 54
  88. 0xF8,0x08,0x00,0xF8,0x00,0x08,0xF8,0x00,0x03,0x3C,0x07,0x00,0x07,0x3C,0x03,0x00,//W 55
  89. 0x08,0x18,0x68,0x80,0x80,0x68,0x18,0x08,0x20,0x30,0x2C,0x03,0x03,0x2C,0x30,0x20,//X 56
  90. 0x08,0x38,0xC8,0x00,0xC8,0x38,0x08,0x00,0x00,0x00,0x20,0x3F,0x20,0x00,0x00,0x00,//Y 57
  91. 0x10,0x08,0x08,0x08,0xC8,0x38,0x08,0x00,0x20,0x38,0x26,0x21,0x20,0x20,0x18,0x00,//Z 58
  92. 0x00,0x00,0x00,0xFE,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x7F,0x40,0x40,0x40,0x00,//[ 59
  93. 0x00,0x0C,0x30,0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x38,0xC0,0x00,//\ 60
  94. 0x00,0x02,0x02,0x02,0xFE,0x00,0x00,0x00,0x00,0x40,0x40,0x40,0x7F,0x00,0x00,0x00,//] 61
  95. 0x00,0x00,0x04,0x02,0x02,0x02,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//^ 62
  96. 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,//_ 63
  97. 0x00,0x02,0x02,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//` 64
  98. 0x00,0x00,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x19,0x24,0x22,0x22,0x22,0x3F,0x20,//a 65
  99. 0x08,0xF8,0x00,0x80,0x80,0x00,0x00,0x00,0x00,0x3F,0x11,0x20,0x20,0x11,0x0E,0x00,//b 66
  100. 0x00,0x00,0x00,0x80,0x80,0x80,0x00,0x00,0x00,0x0E,0x11,0x20,0x20,0x20,0x11,0x00,//c 67
  101. 0x00,0x00,0x00,0x80,0x80,0x88,0xF8,0x00,0x00,0x0E,0x11,0x20,0x20,0x10,0x3F,0x20,//d 68
  102. 0x00,0x00,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x1F,0x22,0x22,0x22,0x22,0x13,0x00,//e 69
  103. 0x00,0x80,0x80,0xF0,0x88,0x88,0x88,0x18,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00,//f 70
  104. 0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x6B,0x94,0x94,0x94,0x93,0x60,0x00,//g 71
  105. 0x08,0xF8,0x00,0x80,0x80,0x80,0x00,0x00,0x20,0x3F,0x21,0x00,0x00,0x20,0x3F,0x20,//h 72
  106. 0x00,0x80,0x98,0x98,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00,//i 73
  107. 0x00,0x00,0x00,0x80,0x98,0x98,0x00,0x00,0x00,0xC0,0x80,0x80,0x80,0x7F,0x00,0x00,//j 74
  108. 0x08,0xF8,0x00,0x00,0x80,0x80,0x80,0x00,0x20,0x3F,0x24,0x02,0x2D,0x30,0x20,0x00,//k 75
  109. 0x00,0x08,0x08,0xF8,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00,//l 76
  110. 0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x20,0x3F,0x20,0x00,0x3F,0x20,0x00,0x3F,//m 77
  111. 0x80,0x80,0x00,0x80,0x80,0x80,0x00,0x00,0x20,0x3F,0x21,0x00,0x00,0x20,0x3F,0x20,//n 78
  112. 0x00,0x00,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x1F,0x20,0x20,0x20,0x20,0x1F,0x00,//o 79
  113. 0x80,0x80,0x00,0x80,0x80,0x00,0x00,0x00,0x80,0xFF,0xA1,0x20,0x20,0x11,0x0E,0x00,//p 80
  114. 0x00,0x00,0x00,0x80,0x80,0x80,0x80,0x00,0x00,0x0E,0x11,0x20,0x20,0xA0,0xFF,0x80,//q 81
  115. 0x80,0x80,0x80,0x00,0x80,0x80,0x80,0x00,0x20,0x20,0x3F,0x21,0x20,0x00,0x01,0x00,//r 82
  116. 0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x33,0x24,0x24,0x24,0x24,0x19,0x00,//s 83
  117. 0x00,0x80,0x80,0xE0,0x80,0x80,0x00,0x00,0x00,0x00,0x00,0x1F,0x20,0x20,0x00,0x00,//t 84
  118. 0x80,0x80,0x00,0x00,0x00,0x80,0x80,0x00,0x00,0x1F,0x20,0x20,0x20,0x10,0x3F,0x20,//u 85
  119. 0x80,0x80,0x80,0x00,0x00,0x80,0x80,0x80,0x00,0x01,0x0E,0x30,0x08,0x06,0x01,0x00,//v 86
  120. 0x80,0x80,0x00,0x80,0x00,0x80,0x80,0x80,0x0F,0x30,0x0C,0x03,0x0C,0x30,0x0F,0x00,//w 87
  121. 0x00,0x80,0x80,0x00,0x80,0x80,0x80,0x00,0x00,0x20,0x31,0x2E,0x0E,0x31,0x20,0x00,//x 88
  122. 0x80,0x80,0x80,0x00,0x00,0x80,0x80,0x80,0x80,0x81,0x8E,0x70,0x18,0x06,0x01,0x00,//y 89
  123. 0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x21,0x30,0x2C,0x22,0x21,0x30,0x00,//z 90
  124. 0x00,0x00,0x00,0x00,0x80,0x7C,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x3F,0x40,0x40,//{ 91
  125. 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,//| 92
  126. 0x00,0x02,0x02,0x7C,0x80,0x00,0x00,0x00,0x00,0x40,0x40,0x3F,0x00,0x00,0x00,0x00,//} 93
  127. 0x00,0x06,0x01,0x01,0x02,0x02,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//~ 94
  128. };
  129. /***************************16*16的点阵字体取模方式:共阴——列行式——逆向输出*********/
  130. unsigned char F16x16[] =
  131. {
  132. /*-- 文字: 温 --*/
  133. /*-- 宋体12; 此字体下对应的点阵为:宽x高=16x16 --*/
  134. 0x10,0x21,0x86,0x70,0x00,0x7E,0x4A,0x4A,0x4A,0x4A,0x4A,0x7E,0x00,0x00,0x00,0x00,
  135. 0x02,0xFE,0x01,0x40,0x7F,0x41,0x41,0x7F,0x41,0x41,0x7F,0x41,0x41,0x7F,0x40,0x00,
  136. /*-- 文字: 度 --*/
  137. /*-- 宋体12; 此字体下对应的点阵为:宽x高=16x16 --*/
  138. 0x00,0x00,0xFC,0x04,0x24,0x24,0xFC,0xA5,0xA6,0xA4,0xFC,0x24,0x24,0x24,0x04,0x00,
  139. 0x80,0x60,0x1F,0x80,0x80,0x42,0x46,0x2A,0x12,0x12,0x2A,0x26,0x42,0xC0,0x40,0x00,
  140. /*-- 文字: : --*/
  141. /*-- 宋体12; 此字体下对应的点阵为:宽x高=16x16 --*/
  142. 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  143. 0x00,0x00,0x36,0x36,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  144. /*-- 文字: 湿 --*/
  145. /*-- 宋体12; 此字体下对应的点阵为:宽x高=16x16 --*/
  146. 0x10,0x60,0x02,0xCC,0x00,0x00,0x3E,0x2A,0xAA,0x2A,0xAA,0x2A,0x3E,0x00,0x00,0x00,
  147. 0x08,0x08,0xFE,0x01,0x40,0x42,0x4C,0x40,0x7F,0x40,0x7F,0x48,0x44,0x42,0x40,0x00,
  148. };
  149. #if (HAL_LCD == TRUE)
  150. void HalLcd_HW_Init(void);
  151. void HalLcd_HW_WaitUs(uint16 i);
  152. void HalLcd_HW_Clear(void);
  153. void HalLcd_HW_Control(uint8 cmd);
  154. void HalLcd_HW_Write(uint8 data);
  155. void HalLcd_HW_SetContrast(uint8 value);
  156. void HalLcd_HW_WriteChar(uint8 line, uint8 col, char text);
  157. void HalLcd_HW_WriteLine(uint8 line, const char *pText);
  158. void DelayMS(unsigned int msec);
  159. void LCD_DLY_ms(unsigned int ms);
  160. void LCD_WrDat(unsigned char dat);
  161. void LCD_WrCmd(unsigned char cmd);
  162. void LCD_Set_Pos(unsigned char x, unsigned char y);
  163. void LCD_Fill(unsigned char bmp_dat) ;
  164. void LCD_CLS(void);
  165. void LcdClearLine(unsigned char y, unsigned char count);
  166. void LCD_P8x16Str(unsigned char x, unsigned char y,unsigned char ch[]);
  167. void HalLcdDisplayPercentBar( char *title, uint8 value );
  168. void LCD_P16x16Ch(unsigned char x, unsigned char y, unsigned char N);
  169. #endif //LCD
  170. /**************************************************************************************************
  171. * @fn HalLcdInit
  172. *
  173. * @brief Initilize LCD Service
  174. *
  175. * @param init - pointer to void that contains the initialized value
  176. *
  177. * @return None
  178. **************************************************************************************************/
  179. void HalLcdInit(void)
  180. {
  181. #if (HAL_LCD == TRUE)
  182. HalLcd_HW_Init();
  183. #endif
  184. }
  185. /**************************************************************************************************
  186. * @fn HalLcdWriteValue
  187. *
  188. * @brief Write a value to the LCD
  189. *
  190. * @param value - value that will be displayed
  191. * radix - 8, 10, 16
  192. * option - display options
  193. *
  194. * @return None
  195. **************************************************************************************************/
  196. void HalLcdWriteValue ( uint32 value, const uint8 radix, uint8 option)
  197. {
  198. #if (HAL_LCD == TRUE)
  199. uint8 buf[LCD_MAX_BUF];
  200. _ltoa( value, &buf[0], radix );
  201. HalLcdWriteString( (char*)buf, option );
  202. #endif
  203. }
  204. /**************************************************************************************************
  205. * @fn HalLcdWriteScreen
  206. *
  207. * @brief Write a value to the LCD
  208. *
  209. * @param line1 - string that will be displayed on line 1
  210. * line2 - string that will be displayed on line 2
  211. *
  212. * @return None
  213. **************************************************************************************************/
  214. void HalLcdWriteScreen( char *line1, char *line2 )
  215. {
  216. #if (HAL_LCD == TRUE)
  217. HalLcdWriteString( line1, 1 );
  218. HalLcdWriteString( line2, 2 );
  219. #endif
  220. }
  221. /**************************************************************************************************
  222. * @fn HalLcdWriteStringValue
  223. *
  224. * @brief Write a string followed by a value to the LCD
  225. *
  226. * @param title - Title that will be displayed before the value
  227. * value - value
  228. * format - redix
  229. * line - line number
  230. *
  231. * @return None
  232. **************************************************************************************************/
  233. void HalLcdWriteStringValue( char *title, uint16 value, uint8 format, uint8 line )
  234. {
  235. #if (HAL_LCD == TRUE)
  236. uint8 tmpLen;
  237. uint8 buf[LCD_MAX_BUF];
  238. uint32 err;
  239. tmpLen = (uint8)osal_strlen( (char*)title );
  240. osal_memcpy( buf, title, tmpLen );
  241. //buf[tmpLen] = ' ';
  242. err = (uint32)(value);
  243. _ltoa( err, &buf[tmpLen], format );
  244. HalLcdWriteString( (char*)buf, line );
  245. #endif
  246. }
  247. /**************************************************************************************************
  248. * @fn HalLcdWriteStringValue
  249. *
  250. * @brief Write a string followed by a value to the LCD
  251. *
  252. * @param title - Title that will be displayed before the value
  253. * value1 - value #1
  254. * format1 - redix of value #1
  255. * value2 - value #2
  256. * format2 - redix of value #2
  257. * line - line number
  258. *
  259. * @return None
  260. **************************************************************************************************/
  261. void HalLcdWriteStringValueValue( char *title, uint16 value1, uint8 format1,
  262. uint16 value2, uint8 format2, uint8 line )
  263. {
  264. #if (HAL_LCD == TRUE)
  265. uint8 tmpLen;
  266. uint8 buf[LCD_MAX_BUF];
  267. uint32 err;
  268. tmpLen = (uint8)osal_strlen( (char*)title );
  269. if ( tmpLen )
  270. {
  271. osal_memcpy( buf, title, tmpLen );
  272. //buf[tmpLen++] = ' ';
  273. }
  274. err = (uint32)(value1);
  275. _ltoa( err, &buf[tmpLen], format1 );
  276. tmpLen = (uint8)osal_strlen( (char*)buf );
  277. buf[tmpLen++] = ',';
  278. buf[tmpLen++] = ' ';
  279. err = (uint32)(value2);
  280. _ltoa( err, &buf[tmpLen], format2 );
  281. HalLcdWriteString( (char *)buf, line );
  282. #endif
  283. }
  284. #if (HAL_LCD == TRUE)
  285. void DelayMS(unsigned int msec)
  286. {
  287. unsigned int i,j;
  288. for (i=0; i<msec; i++)
  289. for (j=0; j<530; j++);
  290. }
  291. /*********************LCD 延时1ms************************************/
  292. void LCD_DLY_ms(unsigned int ms)
  293. {
  294. unsigned int a;
  295. while(ms)
  296. {
  297. a=1800;
  298. while(a--);
  299. ms--;
  300. }
  301. return;
  302. }
  303. /*********************LCD写数据************************************/
  304. void LCD_WrDat(unsigned char dat)
  305. {
  306. unsigned char i=8, temp=0;
  307. LCD_DC=1;
  308. for(i=0;i<8;i++) //发送一个八位数据
  309. {
  310. LCD_SCL=0;
  311. temp = dat&0x80;
  312. if (temp == 0)
  313. {
  314. LCD_SDA = 0;
  315. }
  316. else
  317. {
  318. LCD_SDA = 1;
  319. }
  320. LCD_SCL=1;
  321. dat<<=1;
  322. }
  323. }
  324. /*********************LCD写命令************************************/
  325. void LCD_WrCmd(unsigned char cmd)
  326. {
  327. unsigned char i=8, temp=0;
  328. LCD_DC=0;
  329. for(i=0;i<8;i++) //发送一个八位数据
  330. {
  331. LCD_SCL=0;
  332. temp = cmd&0x80;
  333. if (temp == 0)
  334. {
  335. LCD_SDA = 0;
  336. }
  337. else
  338. {
  339. LCD_SDA = 1;
  340. }
  341. LCD_SCL=1;
  342. cmd<<=1;;
  343. }
  344. }
  345. /*********************LCD 设置坐标************************************/
  346. void LCD_Set_Pos(unsigned char x, unsigned char y)
  347. {
  348. LCD_WrCmd(0xb0+y);
  349. LCD_WrCmd(((x&0xf0)>>4)|0x10);
  350. LCD_WrCmd((x&0x0f)|0x01);
  351. }
  352. /*********************LCD全屏************************************/
  353. void LCD_Fill(unsigned char bmp_dat)
  354. {
  355. unsigned char y,x;
  356. for(y=0;y<8;y++)
  357. {
  358. LCD_WrCmd(0xb0+y);
  359. LCD_WrCmd(0x01);
  360. LCD_WrCmd(0x10);
  361. for(x=0;x<X_WIDTH;x++)
  362. LCD_WrDat(bmp_dat);
  363. }
  364. }
  365. /*********************LCD复位************************************/
  366. void LCD_CLS(void)
  367. {
  368. unsigned char y,x;
  369. for(y=0;y<8;y++)
  370. {
  371. LCD_WrCmd(0xb0+y);
  372. LCD_WrCmd(0x01);
  373. LCD_WrCmd(0x10);
  374. for(x=0;x<X_WIDTH;x++)
  375. LCD_WrDat(0);
  376. }
  377. }
  378. void LcdClearLine(unsigned char y, unsigned char count)
  379. {
  380. unsigned char x,j;
  381. for(j=y; j<(y+count); j++)
  382. {
  383. LCD_WrCmd(0xb0+j);
  384. LCD_WrCmd(0x01);
  385. LCD_WrCmd(0x10);
  386. for(x=0;x<X_WIDTH;x++)
  387. LCD_WrDat(0);
  388. }
  389. }
  390. void HalLcdWriteString (char *str, uint8 option)
  391. {
  392. uint8 x=0,y=0,strLen;
  393. uint8 lcdBuf[HAL_LCD_MAX_CHARS+1];
  394. x=0;
  395. y = (option-1)*2;
  396. strLen = (uint8)osal_strlen( (char*)str );
  397. /* Check boundries */
  398. if ( strLen > HAL_LCD_MAX_CHARS )
  399. strLen = HAL_LCD_MAX_CHARS;
  400. osal_memset(lcdBuf, 0, HAL_LCD_MAX_CHARS+1);
  401. osal_memcpy( lcdBuf, str, strLen );
  402. LcdClearLine(y, 2);
  403. LCD_P8x16Str(x, y, lcdBuf);
  404. }
  405. /***能描述:显示8*16一组标准ASCII字符串 显示的坐标(x,y),y为页范围0~7***/
  406. void LCD_P8x16Str(unsigned char x, unsigned char y,unsigned char ch[])
  407. {
  408. unsigned char c=0,i=0,j=0;
  409. while (ch[j]!='\0')
  410. {
  411. c =ch[j]-32;
  412. if(x>120){
  413. x=0;
  414. y++;
  415. }
  416. LCD_Set_Pos(x,y);
  417. for(i=0;i<8;i++)
  418. LCD_WrDat(F8X16[c*16+i]);
  419. LCD_Set_Pos(x,y+1);
  420. for(i=0;i<8;i++)
  421. LCD_WrDat(F8X16[c*16+i+8]);
  422. x+=8;
  423. j++;
  424. }
  425. }
  426. /*****************功能描述:显示16*16点阵 显示的坐标(x,y),y为页范围0~7****************************/
  427. void LCD_P16x16Ch(unsigned char x, unsigned char y, unsigned char N)
  428. {
  429. unsigned char wm=0;
  430. unsigned int adder=2*N;//32*N;
  431. LCD_Set_Pos(x , y);
  432. for(wm = 0;wm < 16;wm++)
  433. {
  434. LCD_WrDat(F16x16[adder]);
  435. adder += 1;
  436. }
  437. LCD_Set_Pos(x,y + 1);
  438. for(wm = 0;wm < 16;wm++)
  439. {
  440. LCD_WrDat(F16x16[adder]);
  441. adder += 1;
  442. }
  443. }
  444. void HalLcd_HW_WaitUs(uint16 microSecs)
  445. {
  446. while(microSecs--)
  447. {
  448. /* 32 NOPs == 1 usecs */
  449. asm("nop"); asm("nop"); asm("nop"); asm("nop");
  450. asm("nop"); asm("nop"); asm("nop"); asm("nop");
  451. }
  452. }
  453. void HalLcd_HW_Init(void)
  454. {
  455. P0SEL &= 0xFE; //让P0.0为普通IO口,
  456. P0DIR |= 0x01; //让P0.0为为输出
  457. P1SEL &= 0x73; //让 P1.2 P1.3 P1.7为普通IO口
  458. P1DIR |= 0x8C; //把 P1.2 P1.3 1.7设置为输出
  459. LCD_SCL=1;
  460. LCD_RST=0;
  461. LCD_DLY_ms(50);
  462. LCD_RST=1; //从上电到下面开始初始化要有足够的时间,即等待RC复位完毕
  463. LCD_WrCmd(0xae);//--turn off oled panel
  464. LCD_WrCmd(0x00);//---set low column address
  465. LCD_WrCmd(0x10);//---set high column address
  466. LCD_WrCmd(0x40);//--set start line address Set Mapping RAM Display Start Line (0x00~0x3F)
  467. LCD_WrCmd(0x81);//--set contrast control register
  468. LCD_WrCmd(0xcf); // Set SEG Output Current Brightness
  469. LCD_WrCmd(0xa1);//--Set SEG/Column Mapping 0xa0左右反置 0xa1正常
  470. LCD_WrCmd(0xc8);//Set COM/Row Scan Direction 0xc0上下反置 0xc8正常
  471. LCD_WrCmd(0xa6);//--set normal display
  472. LCD_WrCmd(0xa8);//--set multiplex ratio(1 to 64)
  473. LCD_WrCmd(0x3f);//--1/64 duty
  474. LCD_WrCmd(0xd3);//-set display offset Shift Mapping RAM Counter (0x00~0x3F)
  475. LCD_WrCmd(0x00);//-not offset
  476. LCD_WrCmd(0xd5);//--set display clock divide ratio/oscillator frequency
  477. LCD_WrCmd(0x80);//--set divide ratio, Set Clock as 100 Frames/Sec
  478. LCD_WrCmd(0xd9);//--set pre-charge period
  479. LCD_WrCmd(0xf1);//Set Pre-Charge as 15 Clocks & Discharge as 1 Clock
  480. LCD_WrCmd(0xda);//--set com pins hardware configuration
  481. LCD_WrCmd(0x12);
  482. LCD_WrCmd(0xdb);//--set vcomh
  483. LCD_WrCmd(0x40);//Set VCOM Deselect Level
  484. LCD_WrCmd(0x20);//-Set Page Addressing Mode (0x00/0x01/0x02)
  485. LCD_WrCmd(0x02);//
  486. LCD_WrCmd(0x8d);//--set Charge Pump enable/disable
  487. LCD_WrCmd(0x14);//--set(0x10) disable
  488. LCD_WrCmd(0xa4);// Disable Entire Display On (0xa4/0xa5)
  489. LCD_WrCmd(0xa6);// Disable Inverse Display On (0xa6/a7)
  490. LCD_WrCmd(0xaf);//--turn on oled panel
  491. LCD_Fill(0x00); //初始清屏
  492. LCD_Set_Pos(0,0);
  493. }
  494. #endif