OSDN Git Service

[LCD] Change LCD display primitives #define to function, to save usage of memory.
[openi2cradio/OpenI2CRadio.git] / lcd_acm1602.h
index 90c75d9..f7b53fc 100644 (file)
@@ -64,7 +64,7 @@ extern "C" {
 // Wait 5.5ms
 #define _ACM1602_I2C_WAIT()     idle_time_ms(6)
 #else
-#define _ACM1602_TC_WAIT()     __delay_us(5)
+//#define _ACM1602_TC_WAIT()     __delay_us(5)
 // Wait 50us
 #define _ACM1602_SHORT_WAIT()     __delay_us(50)
 // Wait 5ms