Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
pixart_lcm/pixart_lcm.h@15:089f1d28d152, 2017-10-20 (annotated)
- Committer:
- pixus_mbed
- Date:
- Fri Oct 20 10:58:39 2017 +0000
- Revision:
- 15:089f1d28d152
- Parent:
- 0:411244c71423
1. Separate LCD and UART mode.; 2. Configure BTN with default pull-up.; 3. NULL handle.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| pixus_mbed | 0:411244c71423 | 1 | #ifndef PIXART_LCM_H |
| pixus_mbed | 0:411244c71423 | 2 | #define PIXART_LCM_H |
| pixus_mbed | 0:411244c71423 | 3 | |
| pixus_mbed | 0:411244c71423 | 4 | #include "stdint.h" |
| pixus_mbed | 0:411244c71423 | 5 | #include "mbed.h" |
| pixus_mbed | 0:411244c71423 | 6 | |
| pixus_mbed | 0:411244c71423 | 7 | typedef uint8_t boolean ; |
| pixus_mbed | 0:411244c71423 | 8 | |
| pixus_mbed | 0:411244c71423 | 9 | class pixart_lcm |
| pixus_mbed | 0:411244c71423 | 10 | { |
| pixus_mbed | 0:411244c71423 | 11 | public: |
| pixus_mbed | 0:411244c71423 | 12 | |
| pixus_mbed | 0:411244c71423 | 13 | pixart_lcm(SPI *pSPI, DigitalOut *pCSB, DigitalOut *pRSTB, DigitalOut *pRS) ; |
| pixus_mbed | 15:089f1d28d152 | 14 | void LCM_DisplayString(unsigned char line, unsigned char position, const char *ptr) ; |
| pixus_mbed | 15:089f1d28d152 | 15 | void LCM_DisplayDecimal(unsigned char line, unsigned char position, unsigned int hex_word, unsigned char digits) ; |
| pixus_mbed | 15:089f1d28d152 | 16 | void LCM_DisplayString_Reset(void); |
| pixus_mbed | 15:089f1d28d152 | 17 | void LCM_DisplayString_Boot(boolean sen_status); |
| pixus_mbed | 0:411244c71423 | 18 | |
| pixus_mbed | 0:411244c71423 | 19 | }; |
| pixus_mbed | 0:411244c71423 | 20 | #endif |
PAT9125EL - Miniature Optical Navigation for Surface Tracking