Skip to content

Commit

Permalink
arduino 1.6.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mk90 committed Mar 29, 2015
1 parent 780b5d4 commit 372a922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LiquidCrystalRus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// it is a russian alphabet translation
// except 0401 --> 0xa2 = ╗, 0451 --> 0xb5
PROGMEM prog_uchar utf_recode[] =
const char utf_recode[] PROGMEM=
{ 0x41,0xa0,0x42,0xa1,0xe0,0x45,0xa3,0xa4,0xa5,0xa6,0x4b,0xa7,0x4d,0x48,0x4f,
0xa8,0x50,0x43,0x54,0xa9,0xaa,0x58,0xe1,0xab,0xac,0xe2,0xad,0xae,0x62,0xaf,0xb0,0xb1,
0x61,0xb2,0xb3,0xb4,0xe3,0x65,0xb6,0xb7,0xb8,0xb9,0xba,0xbb,0xbc,0xbd,0x6f,
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ This is a fork for arduino LiquidCrystal for russian letters support. Code added

Also, 16x1 display support added (for those that 8x2 logically organized).

Current compatibility - both arduino-0023 and arduino-1.0
Current compatibility - both arduino-1.0.6 and arduino-1.6.1

=====

Эта ветка - копия оригинаной библиотеки LiquidCrystal для поддержки русского языка. Добавленный код трансформирует русские символы UTF8 в правильные коды для HD44780U.
Эта ветка - копия оригинаной библиотеки LiquidCrystal из ArduinoIDE для поддержки русского языка. Добавленный код трансформирует русские символы UTF8 в правильные коды для HD44780U.

Также, добавлена поддержка дисплеев 16х1, которые логически организованы как 8х2.

Текущая совместимость - arduino-0023 и arduino-1.0
Текущая совместимость - arduino-1.0.6 и arduino-1.6.1

0 comments on commit 372a922

Please sign in to comment.