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

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

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

З 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
Код товара:
023086
-15%

Goodview LCD JXD0802A YG

Standard two-line character indicator. 8 characters per line. The pinout is identical to Winstar, Cyrillic. 3.3-5V power supply.
Yellow background. Gray symbols. Controller ks0066. Backlight.
Goodview LCD JXD0802A YG
Manufacturer: Goodview
In stock
-15%
старая цена: 160,00 грн правила
136,00 UAH × = 136,00 UAH
from 1 pc : 136,00 UAH
from 10 pcs : 129,20 UAH ( -5,0%)
from 100 pcs : 115,60 UAH ( -15,0%)

Current balances:

Магазин-Днепр
77 pcs
For Online Orders
677 pcs

Technical documentation

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

Product description format_size zoom_out zoom_in

Standardtwo-linesymbolic indicator by8 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 voltage3.3-5V.
The pinout is identical to the indicators of the companyWinstar... The display backlight is already connected through a current-limiting resistor on the board to the display power pins. 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:

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:

Leave your feedback or ask a question

Only this product is discussed here. Off topic comments will be deleted! Please follow the Commenting Rules.

  • Михаил 19:16 27.07.2018 share

    Какой температурный диапазон и какая ориентация обзора? В документации этой информации нет

    Is the review helpful?
    • Денис (Менеджер интернет-магазина) 09:08 28.07.2018 share

      Температурный диапазон 0-50°С.
      По поводу углов обзора: для стандартного STN LCD дисплея они составляют 60° по горизонтали и вертикали.

      Is the review helpful?
      • Михаил 15:54 28.07.2018 share

        По температуре понятно. А вот по углам, я не угол обзора имел ввиду, а с какого направления он контрастнее? если рассматривать дисплеии винстар, например, то есть с оринтацие  12 часов и 6 часов

        Is the review helpful?
        • Денис (Менеджер интернет-магазина) 14:58 30.07.2018 share

          Тогда 6 часов я так понимаю. Контрастность выше если смотреть как бы снизу вверх(если к примеру он расположен выше чем глаза наблюдателя).

          Is the review helpful?
  • artko 16:10 05.11.2017 share

    в 4-х битном режиме контроллер умеет или только полные 8 бит?

    Is the review helpful?
    • hkdz (Менеджер интернет-магазина) 22:08 05.11.2017 share

      Ответ на ваш вопрос есть во вкладке документация под таблицей "PIN CONNECTION"

      Is the review helpful?
  • Андрей 16:55 13.10.2017 share

    Здравствуйте, русский язык есть?

    Is the review helpful?
    • Денис (Менеджер интернет-магазина) 16:54 17.10.2017 share

      Доброго времени суток. В данном индикаторе присутствует кириллица (русские символы). Смотрите описание товара.

      Is the review helpful?
  • ВлВ 09:33 26.03.2017 shopping_cartalready bought share

    Спасибо за ответ. Но при питании 3,3В контраста не наблюдал, завтра попробую от пяти вольт может индикатор вообще не того.

    Is the review helpful?
  • ВлВ 10:57 25.03.2017 shopping_cartalready bought share

    Может ли индикатор работать от 3В ?

    Is the review helpful?
    • Evol 21:45 25.03.2017 shopping_cartalready bought share

      С трёх вольт запускается, но контраст будет очень блеклым, даже если полностью притянуть 3-ий вывод VO к земле.

      Is the review helpful?
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: Посмотреть больше…