ЧП Ворон. Электронные компоненты и радиомонтажное оборудование. Микросхемы, транзисторы, реле, резисторы, конденсаторы, паяльное оборудование, припой.
Корзина пуста!
ВХОД ДЛЯ КЛИЕНТОВ

Забыли пароль?
Зарегистрироваться

УВАГА! Шановні клієнти магазину в м.Дніпро!

З 18.12.23 магазин в м.Дніпро за адресою вул.Новокримська 58 не працює.
Однак, наш інтернет-магазин відкритий для вас 24/7.
Усі місцеві замовлення можуть бути відправлені кур'єрськими службами.




Поиск:

Enter a search string or click on the microphone icon and begin speaking.

×
История запросов
ваша история поиска пуста
Whole catalog Optoelectronics and light sourcesDisplays (indicators)LCD indicators
Код товара:
023083

Goodview LCD JXD1601A YG

Standard one-line character indicator. 16 characters per line. The pinout is identical to Winstar WH1601A , Cyrillic. 5V power supply.
Yellow background. Gray symbols. Backlight.
Goodview LCD JXD1601A YG
Manufacturer: Goodview
In stock
168,00 UAH × = 168,00 UAH
from 1 pc : 168,00 UAH
from 10 pcs : 159,60 UAH ( -5,0%)
from 100 pcs : 142,80 UAH ( -15,0%)

Current balances:

Магазин-Днепр
7 pcs
For Online Orders
107 pcs

Technical documentation

Изображение товара

Product description format_size zoom_out zoom_in

Standardone-linesymbol indicator16 charactersin line. Gray symbols on a yellow background. Has Russian characters (Cyrillic) in the controller's character generator table.
Controller usedks0066which is analogous toHD44780and seems like a replacement for it. Display supply voltage5 in.
The pinout is identical to the indicators of the companyWinstar... The display backlight is already connected via a current-limiting resistor on the board to pins 15 and 16. To set the contrast level of characters, you must set a resistive divider (for example, a trimmer or potentiometer) with a midpoint to the Vo pin, the rest of the ends to the power supply of the indicator.
  

Indicator pinout and drawing:

 

Using the indicator:

A microcontroller or microprocessor is required to display characters on the display. Management takes place using a parallel interface, consisting of:RS, R/W, E, DB0-DB7 (data line)... You can learn more about control from the datasheet.
This module was checked forArduino UNOusing the standard libraryLiquidCrystaland examples of sketches attached to it. With it, you can display Latin characters and numbers. Let's open a standard example sketchHelloWorld from the LiquidCrystal folder. We connect the display to the Arduino pins as described in the sketch. In line "lcd.begin(16, 2);" change 16 to 8, this is the number of characters in the line. Line "lcd.print("hello, world!");"outputs"hello, world!"on the display.
This library does not accept Cyrillic (Russian) for a number of reasons, but it can directly output any character from the character generator table. Thus, character by character, you can also display Russian text on the display. Two methods can be used for this.
  First method:using the function "lcd.write();". To display a character from the table, just specify its address in binary or hexadecimal format. For example, we want to display the letter "D". We look at the table and find out its address: HHHL for the upper 4 bits and LLLL for the lower ones. In binary form, this corresponds to0b11100000, in hex it is0xE0... As a result, we get "lcd.write(0b11100000);" or "lcd.write(0xE0);".
  Second method:using the escape sequence\x##in the string output line through the function"lcd.print();"... As##use the hexadecimal character code from the table. For example the line"lcd.print("\xE0" "o" "\xBC");" will display the inscription "House".
There are also third-party libraries, such asLiquidCrystalRus , capable of "correctly" displaying Russian characters from a string. Depending on the versionARDUINO IDEand its libraries works with varying success, often conflicting with the standard library.
 

Indicator character generator table:

Only registered users can leave feedback and ask questions

The data presented in the product description are for reference only and may differ from those indicated by the manufacturer.
To carry out technical calculations and obtain the exact parameters of the goods, use the datasheets from the manufacturer's website.

If you need additional information, or you found an error in the description, or have other questions about this product, then our manager will help you: Денис - Днепр unknown

Buy with this product: Посмотреть больше…