OSDN Git Service

[AKC6955][v1.0] Remove duplicate check(s).
[openi2cradio/OpenI2CRadio.git] / menu.c
2013-09-24 K.Ohta[UI][FM][MENU] Add tune pitch.
2013-09-11 K.Ohta[Disp][LCD] Fix flicking.
2013-09-11 K.Ohta[UI] On numeric_input: "B" is cancel correctly; as...
2013-09-11 K.Ohta[MENU][Build] Split menu.c per function block.
2013-09-05 K.Ohta[UI] Set mode3k correctly.
2013-09-05 K.Ohta[UI][Scan] Check powerbutton within scan-sequence.
2013-08-31 K.OhtaMerge branch 'temp1' into stable_v1.0
2013-08-31 K.Ohta[Menu][v1.0] Remove tedious function-callings.Save...
2013-08-31 K.Ohta[Power] More Power save VOLUME/USER-FREQ, backport...
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.