Visual TFT Cyrillic

General discussion on Visual TFT Software.
Author
Message
KAZi
Posts: 19
Joined: 04 Feb 2013 16:20
Location: RUSSIA

Visual TFT Cyrillic

#1 Post by KAZi » 19 Feb 2013 11:13

How to get a Russian font Mikromedija PIC18?

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Visual TFT Cyrillic

#2 Post by filip » 01 Mar 2013 15:34

Hi,

I believe the same question was raised on our Support Desk.

Regards,
Filip.

KAZi
Posts: 19
Joined: 04 Feb 2013 16:20
Location: RUSSIA

Re: Visual TFT Cyrillic

#3 Post by KAZi » 21 Mar 2013 16:05

When you see the Cyrillic ?
Devices purchased and lying idle !
Projects are !

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Visual TFT Cyrillic

#4 Post by filip » 22 Mar 2013 09:54

Hi,

I apologize for this issue, as soon as we fix this I will contact you.
In the meantime, you can make custom Cyrillic fonts using GLCD Font Creator and implement it in the code :
http://www.mikroe.com/glcd-font-creator/

Regards,
Filip.

KAZi
Posts: 19
Joined: 04 Feb 2013 16:20
Location: RUSSIA

Re: Visual TFT Cyrillic

#5 Post by KAZi » 21 May 2013 11:24

It took a long time, and Cyrillic not displayed !
When fix this error?
I bought a lot of equipment and I can not get to work because there is no Russian language Mikromedija PIC18

Take back everything you have purchased the device and programs that do not understand the Russian font !
This device purchased more than $ 1,000
I'd better buy for this money from another manufacturer !

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Visual TFT Cyrillic

#6 Post by filip » 24 May 2013 15:07

Hi,

I am very sorry for the trouble with the Cyrillic alphabet, this is in our plans.

For now, you can use escape sequences, like this \xF5\xD3\xD4\xD2\xCF\xCA\xD3\xD4\xD7\xCF, to write Cyrillic characters
where the hexadecimal number represents the character position in the used font.

Regards,
Filip.

Toley
Posts: 922
Joined: 03 Sep 2008 16:17

Re: Visual TFT Cyrillic

#7 Post by Toley » 24 May 2013 15:36

Serge T.
Learning is an endeless process but it must start somewhere!

KAZi
Posts: 19
Joined: 04 Feb 2013 16:20
Location: RUSSIA

Re: Visual TFT Cyrillic

#8 Post by KAZi » 26 May 2013 09:56

filip wrote:Hi,
For now, you can use escape sequences, like this \xF5\xD3\xD4\xD2\xCF\xCA\xD3\xD4\xD7\xCF, to write Cyrillic characters
where the hexadecimal number represents the character position in the used font.
Regards,
Filip.
I want to write my letters , and not to engage in an empty case !
It took so long , but Cyrillic or not !

KAZi
Posts: 19
Joined: 04 Feb 2013 16:20
Location: RUSSIA

Re: Visual TFT Cyrillic

#9 Post by KAZi » 26 May 2013 09:59


I bought to work, instead of looking like I get to see the Cyrillic .
Then let the producers and wrote that they would not work Cyrillic .
I would not spend the money and buy a useless piece of iron !

RomanT
Posts: 185
Joined: 15 Aug 2012 04:37
Location: Russia, Perm
Contact:

Re: Visual TFT Cyrillic

#10 Post by RomanT » 28 May 2013 18:13

:lol: Чё кричишь то? Я тоже был в шоке от такой фигни, но щас смирился и приспособился ...
По другому тут не получится т.к. у них стандарт не расширенного стандарта - ANSI
т.е. только до 128-го символа кодировки, т.е. только латиница с цифрами.
Для таких как мы вот только указанный способ:
Выбери шрифт Lucida Console KOI8, конечный символ укажи 254 (End Char 254)
далее смотри таблицу кодировки KOI8-R http://ru.wikipedia.org/wiki/%D0%9A%D0%9E%D0%98-8
В строке Caption пиши так: \xDF (это одна буква, слово просто подряд \xDF\xDF\xDF )
где DF - это код кириллической буквы "Ъ", а "\x" - служебный разделитель

Это только мы с тобой понимаем, что это на самом деле кидалово, а для них это нормальный бизнес-продукт ...
Самое смешное, что в Сербии по идее тоже кириллица, но походу как их посетили америкосы, так они забыли свой язык ...
HW: µM Plus for STM32, µM for ATMEGA, µM for XMEGA, MINI-AT, µProgSTM32, ConnectEVE.
SW: mikroC AVR, ARM, VisualTFT.
Clicks: WiFi+, GSM, GSM2, Bluetooth, ADC, DAC, RTC, IrThermo,
FM, OSD, GPS-L10, GYRO, Altitude, Compass, nRF C, USB adapter, SpeakUp.

KAZi
Posts: 19
Joined: 04 Feb 2013 16:20
Location: RUSSIA

Re: Visual TFT Cyrillic

#11 Post by KAZi » 28 May 2013 18:48

RomanT wrote::lol:

Это только мы с тобой понимаем, что это на самом деле кидалово, а для них это нормальный бизнес-продукт ...
Самое смешное, что в Сербии по идее тоже кириллица, но походу как их посетили америкосы, так они забыли свой язык ...
Да их нада заебать,тогда исправят!!
Вдули фуфло честному гражданину и теперь отписками занимаются.. Пусть исправляют свои косяки..че я должен там подстраиваться под ихние примочки,а потом сделают кирилицу и опять все по новой...
Вывали ть весь их софт в халяву без всяких регилог и фуфловых номеркоф и будет им бизнес тру ля ля..

RomanT
Posts: 185
Joined: 15 Aug 2012 04:37
Location: Russia, Perm
Contact:

Re: Visual TFT Cyrillic

#12 Post by RomanT » 28 May 2013 18:53

ой тут блин такая задница, они толи нарочно тупят, толи в натуре тупые.
спрашиваешь об одном - несут совсем другое или тупа промолчат ...
такое ощущение что в сапорте одни блондинки - не хрена не понимают о чем базар ...
чтоб что то объяснить - нужно объяснять короткими четкими выражениями, чтоб не могли содержать синонимов и антонимов, как для 3-х летнего ребёнка.
Пусть исправляют свои косяки..че я должен там подстраиваться под ихние примочки,а потом сделают кирилицу и опять все по новой...
Они не считают это косяком - они тупа не поддерживают расширенной кодировки.
Т.е. как америкосовская клавиатура - без альтернативной символики, тупа одна латиница.

Кстате, у них тут только один боле-мене вменяемый чел - Филип, остальные просто клоуны ...
HW: µM Plus for STM32, µM for ATMEGA, µM for XMEGA, MINI-AT, µProgSTM32, ConnectEVE.
SW: mikroC AVR, ARM, VisualTFT.
Clicks: WiFi+, GSM, GSM2, Bluetooth, ADC, DAC, RTC, IrThermo,
FM, OSD, GPS-L10, GYRO, Altitude, Compass, nRF C, USB adapter, SpeakUp.

prakob
Posts: 187
Joined: 24 Nov 2012 07:05
Location: Thailand

Re: Visual TFT Cyrillic

#13 Post by prakob » 29 May 2013 02:55

Hi all,
I have ever faced this issue with GLCD. I just wonder that why ME don't extend font array genereted from VGLCD, VTFT and glcd font creator software to support universal language.
It would be useful for other user that came from different place to make their language to show on glcd or tft easily.

I have tried to display Thai's font on GLCD and i have explain some imformation how to workaround for this issue. in under link
http://www.mikroe.com/forum/viewtopic.php?f=88&t=51811

Maybe this will be able to give you some idea.

Best Regards.

User avatar
janko.kaljevic
Posts: 3565
Joined: 16 Jun 2011 13:48

Re: Visual TFT Cyrillic

#14 Post by janko.kaljevic » 31 May 2013 13:28

Hello,

At the moment VTFT tool and compiler do not support unicode, so only way to implement other language scripts is to use specific fonts.
Something similar already used prakob and RomanT.

This way user can implement other languages and scripts with first 255 characters of desired font.
Bellow is a print screen of the two labels in Cyrillic font as reference.

User only needs to have appropriate font installed on the system and VisualTFT will generate font table and desired label will be visible on hardware.
In this example I used Cyrillic Russian font.

I hope this was helpful.
Attachments
font-test.JPG
font-test.JPG (46.4 KiB) Viewed 10892 times

KAZi
Posts: 19
Joined: 04 Feb 2013 16:20
Location: RUSSIA

Re: Visual TFT Cyrillic

#15 Post by KAZi » 17 Jun 2013 16:38

Да программа сама пишет кирилицу!!!
Только когда скомпилишь ее,то на экране ЖКИ получаются мудазяки!!!


You show it to me on the LCD screen !

Post Reply

Return to “Visual TFT General”