OSDN Git Service

[SCHEMATIC] Modify SW/MW/LW Preamp, insert galbanic-isolator replace of common-mode...
[openi2cradio/OpenI2CRadio.git] / menu.c
2013-10-01 K.Ohta[UI][LCD][DISP] Save _LOCATE() calling and change _LOCA...
2013-09-27 K.Ohta[UI][TUNE] Set correct MODE_3K.
2013-09-24 K.Ohta[UI][USERBAND][SAVE] Save userbands to external eeprom.
2013-09-24 K.Ohta[v2.0] Port to fm-tune-pitch from v1.0.
2013-09-11 K.Ohta[UI][LCD] Fix flicking LCD display.
2013-09-11 K.Ohta[UI][MENU] Change "'5'->'9'" to reload.
2013-09-05 K.Ohta[UI][Scan][Backport] Check powerbutton in scanning.
2013-09-05 K.Ohta[v2.0][BACKPORT] Backport from v1.0, fix up/down and...
2013-08-31 K.Ohta[Menu] Remove tedious function calls.
2013-08-31 K.Ohta[UI][MENU] Improve power-save on Volume/CALL-USER-CH...
2013-08-22 K.Ohta[AKC6955][Scan] Fix correct sequence bots SDCC v3.3...
2013-08-22 K.Ohta[General] Split I/O Define header, iodef.h to iodef_*.h.
2013-08-13 K.Ohta[UI][Func] ADD User-memory frequency, feature v1.0...
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-25 K.Ohta[POWER] Wait correct time on idle(), idle_time_ms().
2013-07-24 K.Ohta[IDLE] Maybe correct time.
2013-07-07 K.Ohta[Backlight] Use PWM mode for backlight, to save battery.
2013-07-07 K.Ohta[USERBAND] Compress about 100bytes.
2013-07-07 K.Ohta[USERBAND] Fix correct? tuning process.
2013-07-07 K.Ohta[MENU] Split help routines/datas to helps.[c|h].
2013-07-05 K.Ohta[General] Add low-battery-save.
2013-07-04 K.Ohta[Menu] Fix CNR/Stereo/FD threshold bugs.
2013-06-30 K.Ohta[UI][AKC6955] Fix correct AM<->FM changing.
2013-06-30 K.Ohta[UI] Reduce usage of program-memory.
2013-06-29 K.Ohta[AKC6955] Collect tuning sequence.
2013-06-29 K.Ohta[AKC6955] Fix correct seek sequence.
2013-06-29 K.Ohta[AKC6955] Okay, initial sequence okay. Only for scan...
2013-06-28 K.Ohta[UI] Fix flicking on volume-menu.
2013-06-28 K.Ohta[IO] Use bitfield on scanning key, to save program...
2013-06-28 K.Ohta[AKC6955] Use bitfield to reduce memory.
2013-06-27 K.Ohta[I2C] Test to use Real-machine, but... X-(
2013-06-26 K.Ohta[UI] Add some features, for using akc6955.
2013-06-21 K.Ohta[MENU] Start to implement setup menu, power off.
2013-06-21 K.Ohta[UI] Add direct-band set(but not effect :)
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.