[Из песочницы] Как подключить LCD экран от кассового аппарата ЭКР-2102 к Ардуино
// использованы наработки из http://arduino.ru/forum/programmirovanie/ht1621
// http://arduino.ru/forum/programmirovanie/ht1621#comment-76371
#define sbi(x, y) (x |= (1 << y)) /*set Register x of y*/
#define cbi(x, y) (x &= ~(1 <