OSDN Git Service

[SCHEMATIC] Modify SW/MW/LW Preamp, insert galbanic-isolator replace of common-mode...
[openi2cradio/OpenI2CRadio.git] / ui.c
2013-10-20 K.Ohta[UI][v2.0] Configurable update-time.Backport from v1.0.
2013-10-01 K.Ohta[UI][LCD][DISP] Save _LOCATE() calling and change _LOCA...
2013-09-27 K.Ohta[UI][HELP] Update help of setup.
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-09-11 K.Ohta[UI][LCD] Fix flicking LCD display.
2013-09-11 K.Ohta[UI][MENU] Change "'5'->'9'" to reload.
2013-08-22 K.Ohta[UI] Fix same keyin feeling.
2013-08-22 K.Ohta[General] Split I/O Define header, iodef.h to iodef_*.h.
2013-08-13 K.Ohta[Power] Improve more efficient power.
2013-07-29 K.Ohta[UI] Fix not memory when changing frequency.
2013-07-29 K.Ohta[LCD][UI] Turn ON cursor when input numeric.
2013-07-29 K.Ohta[UI] Fix typos...(-_-;
2013-07-29 K.Ohta[General][EEPROM] Use structure to compress object...
2013-07-25 K.Ohta[DISP] Fix unstable-display of SCAN menu.
2013-07-24 K.Ohta[IDLE] Maybe correct time.
2013-06-30 K.Ohta[General] Clear wathdogtimer more situations.
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-26 K.Ohta[UI] Add some features, for using akc6955.
2013-06-21 K.Ohta[UI] Add help features, press "F" key.
2013-06-21 K.Ohta[Build] Split menu-related routines to menu.c.
2013-06-21 K.Ohta[UI] Add single keyin and getstr.
2013-06-21 K.Ohta[UI] Fix keyin-fifo-handling.
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] Push-Sw tester, this is test-routine.
2013-06-19 K.Ohta[LCD][BUG] Set correct sequence,OOPs!
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-13 K.Ohta[UI] Add polling from keypad.
2013-06-13 K.Ohta[UI] Add userband functions.
2013-06-12 K.Ohta[LCD] Add support ST7032.
2013-06-12 K.Ohta[BUG] Replace __18FxxKyy to pic18fxxkyy , __18FxxKyy...
2013-06-12 K.Ohta[IO] Add PIC18F4xK20 with parallel LCD, PIC18F2xK20...
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[UI] Add exclusive access on push/pop to/from keyin...
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.
2013-06-10 K.Ohta[General] Initial files.