OSDN Git Service

[Build] Build with XC8 v1.21.
[openi2cradio/OpenI2CRadio.git] / lcd_acm1602.h
2013-09-27 K.Ohta[AKC6955] Remove #define type function, re-decl.functio...
2013-09-24 K.Ohta[LCD] Change LCD display primitives #define to function...
2013-08-31 K.Ohta[I2C][EEPROM] Set I2CEEPROM_ADDR in i2c_eeprom.h as...
2013-08-13 K.Ohta[Power] Improve more efficient power.
2013-07-29 K.Ohta[LCD][UI] Turn ON cursor when input numeric.
2013-07-25 K.Ohta[DISP] Fix unstable-display of SCAN menu.
2013-07-24 K.Ohta[IDLE] Maybe correct time.
2013-06-28 K.Ohta[Build] Prepare to build with Microchip's XC8.
2013-06-28 K.Ohta[IO] Use bitfield on scanning key, to save program...
2013-06-27 K.Ohta[I2C] Test to use Real-machine, but... X-(
2013-06-21 K.Ohta[UI][Key] Add input-keymatrix support @low-level.
2013-06-20 K.Ohta[UI] Set LEDs, RA4,RA5 and RD3. LCD's backlite was...
2013-06-19 K.Ohta[UI]Re-discard printf().
2013-06-19 K.Ohta[LCD][BUG] Set correct sequence,OOPs!
2013-06-18 K.Ohta[LCD] Add backlight manipulation.
2013-06-18 K.Ohta[LCD][4bit] Using bit-manipulation to communicate LCD.
2013-06-16 K.Ohta[LCD] Start to support real-machine, SC1602BBWB@4bit...
2013-06-12 K.Ohta[LCD] Add support ST7032.
2013-06-12 K.Ohta[Disp][LCD] Update I/O definition.
2013-06-12 K.Ohta[BUG] Replace __18FxxKyy to pic18fxxkyy , __18FxxKyy...
2013-06-12 K.Ohta[General][IO] Use header-defined delay() instead of...
2013-06-12 K.Ohta[General] Add support of PIC18F45K20.
2013-06-11 K.Ohta[General] Change copyright header, and add GNU GPLv2...
2013-06-11 K.Ohta[General] Licence changed to GPL2->GPL+LE cause of...
2013-06-11 K.Ohta[UI] Add simple(?) UI with ten-key.