david0126 / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

Is it possible to use the ST7567 with the library? #202

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello Just sorry for bad english. I rushed out and bought a display that's 
WO12864H-TFH http://www.kosmodrom.com.ua/pdf/WO12864H-TFH.pdf and just realized 
that there is not a supported controller ST7567. Would not you be so kind and 
podkazali it possible to use it with the library. If so then you need to 
change? Here's a link to the datasheet controller 
http://www.tianma-usa.com/web/uploads/controller/20080403002714_ST7567_V0.1.pdf

Original issue reported on code.google.com by Jacks....@gmail.com on 26 Sep 2013 at 8:48

GoogleCodeExporter commented 8 years ago
This controller might be compatible with the ST7565. Can you check this with 
the u8glib drivers for the ST7565?

Original comment by olikr...@gmail.com on 27 Sep 2013 at 4:31

GoogleCodeExporter commented 8 years ago
Yes, I can check today took the display. I need to find another connector, the 
results certainly you write. Next week, I think everyone will gather.

Original comment by Jacks....@gmail.com on 27 Sep 2013 at 12:35

GoogleCodeExporter commented 8 years ago
Hooray! Earned only by connecting the line reset:
U8GLIB_LM6063 u8g (8, 9, 6, 7, 5); / / SPI Com: SCK = 8, MOSI = 9, CS = 6, A0 = 
7, RES = 5
And the modified file to the bottom
P.S. More interisuet not you planning to add support for booting from the 
Cyrillic fonts, such as in the attached file?
Many thanks for your work!

Original comment by Jacks....@gmail.com on 10 Oct 2013 at 8:51

Attachments:

GoogleCodeExporter commented 8 years ago
Great. What exactly did you modify in the code?
U8glib includes cyrillic fonts, see here: 
http://code.google.com/p/u8glib/wiki/fontgroupunifont
I never got feedback on the u8glib cyrillic fonts. Maybe you can let me know 
whether they are usefull or not.

Original comment by olikr...@gmail.com on 11 Oct 2013 at 6:59

GoogleCodeExporter commented 8 years ago
Take the example Hello WORLD . Ino Cyrillic writing "раз два три" , I 
change the font and then get that in the accompanying pictures. Using GLCDv3 
with display on KS0108 and the font that I downloaded the above, all displayed 
normal.
The Russian-speaking forum already discussed this problem , but have not found 
a solution. I can ask someone to explain the problem to someone higher skill in 
programming. You have a good library with mnozhistvom supported controllers and 
she continues to improve.
The file u8g_dev_st7565_lm6063.c I changed the line in 83 0x0a1 replaced by 
0x0a0, and in 84 line 0x0c0 replaced by 0x0c8.
P.S. Personally, I like the ability to create fonts for your needs as in the 
picture with a green screen. For example big numbers drawn were beaten 
separately to print to take up less space in the sketch.

Original comment by Jacks....@gmail.com on 12 Oct 2013 at 2:38

Attachments:

GoogleCodeExporter commented 8 years ago
So to conclude this.
To support the WO12864H (ST7567), i could use the 
U8GLIB_LM6063 u8g (8, 9, 6, 7, 5); 
u8g_dev_st7565_lm6063.c line 83 0x0a1 replaced by 0x0a0, and in 84 line 0x0c0 
replaced by 0x0c8.

I try to put this into the next release.
Thank you for the nice pictures and information.

Original comment by olikr...@gmail.com on 12 Oct 2013 at 4:33

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 12 Oct 2013 at 4:34

GoogleCodeExporter commented 8 years ago
Of course, use, I was glad to help
U8GLIB_LM6063 u8g (8, 9, 6, 7, 5); / / SPI Com: SCK = 8, MOSI = 9, CS = 6, A0 = 
7, RES = 5
What do you say regarding fonts?

Original comment by Jacks....@gmail.com on 12 Oct 2013 at 4:46

GoogleCodeExporter commented 8 years ago
regarding the fonts: I see that they are working, however my question is more, 
is the font 0_8 or 8_9 of any use for russian people? 

> The Russian-speaking forum already discussed this problem.
I also did not understand the problem. Which problem?

Original comment by olikr...@gmail.com on 12 Oct 2013 at 4:54

GoogleCodeExporter commented 8 years ago
The problem is that none of them have written to you about this problem. And 
yes , these two fonts not correctly display the letters . My neighbors on the 
forum wrote the letter point by point , or create the ability to use other 
fonts which eventually turned into a monster. It is said that you are using a 
single-byte fonts in place of double-byte .. Do not know how true test is 
called :) Some rewrite source Arduino .
I created a thread in the forum to submit an inquiry to contact you and try to 
solve this annoying problem . Hopefully this will give positive results and 
increase the skill in programming.

Original comment by Jacks....@gmail.com on 12 Oct 2013 at 5:46

GoogleCodeExporter commented 8 years ago
ok, thanks you so far. I will wait if someone contacts me.

Original comment by olikr...@gmail.com on 12 Oct 2013 at 5:59

GoogleCodeExporter commented 8 years ago
will close this for the 1.15 release. Please add another issue for any further 
topics.

Original comment by olikr...@gmail.com on 22 Jan 2014 at 7:07