OSDN Git Service

[UI][LCD][DISP] Save _LOCATE() calling and change _LOCATE(0,0), _LOCATE(0,1) to _LOCA...
authorK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 1 Oct 2013 12:37:33 +0000 (21:37 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 1 Oct 2013 12:37:33 +0000 (21:37 +0900)
commit26e917753524c92c98489649f77d2c327d0839e0
treef18c072278419858f90952afd879f5a9f00d5e3f
parente064f7d0682bc8b58186646e1c52343079a8e4f9
[UI][LCD][DISP] Save _LOCATE() calling and change _LOCATE(0,0), _LOCATE(0,1) to _LOCATE_0_0(), _LOCATE_0_1() to reduce progream-memory-size.
Note: XC8(free version) with 2(or more)args function call , using code size *very* grater than
1args or 0args function call.
21 files changed:
akc6955.c
akc6955.h
eeprom.c
eepromutil.c
helps.c
main.c
menu.c
menu.h
menu_defs.c
menu_memoryfreq.c
menu_scan.c
menu_setup.c
menu_userband.c
menu_volume.c
nbproject/Makefile-default.mk
nbproject/Makefile-genesis.properties
nbproject/configurations.xml
ui.c
ui.h
ui_display.c
ui_updown.c