Forum - MCS Electronics

 

FAQFAQ SearchSearch RegisterRegister Log inLog in

SIEMENS-AX75 LCD library

 
Post new topic   Reply to topic    www.mcselec.com Forum Index -> Share your working BASCOM-AVR code here
View previous topic :: View next topic  
Author Message
Mrshilov

Bascom LCD Guru



Joined: 24 Jan 2009
Posts: 314
Location: Russia

russia.gif
PostPosted: Wed Feb 26, 2014 2:03 am    Post subject: SIEMENS-AX75 LCD library Reply with quote

Library for Siemens-AX75 (AX72, AX76) color LCD. Resolution 128x128, serial interface, controller LDS183. Library works in 16-bit color.
Test example in attachment.
[/URL]
Back to top
View user's profile
albertsm

Administrator



Joined: 09 Apr 2004
Posts: 5916
Location: Holland

blank.gif
PostPosted: Tue Mar 04, 2014 1:20 pm    Post subject: Reply with quote

Dear Mrshilov,

thank you again for sharing your work. It is great that you put so much effort in supporting the various lcd's. It is good to see you include circuit and examples as well. For a new comer it might be hard to chose the right LCD with so many to chose from. Maybe you can write some day a small piece of text which LCD you would chose based on your experience.

_________________
Mark
Back to top
View user's profile Visit poster's website
mhal

Bascom Member



Joined: 12 Oct 2005
Posts: 10

blank.gif
PostPosted: Sat Mar 08, 2014 6:00 pm    Post subject: Reply with quote

Hello,

Mr. Mrshilov

Do you have any similar library for LCD Siemens S65 (LS020 controller)?

Thank you for previous libs.

mhal
Back to top
View user's profile
Mrshilov

Bascom LCD Guru



Joined: 24 Jan 2009
Posts: 314
Location: Russia

russia.gif
PostPosted: Sat Mar 08, 2014 6:17 pm    Post subject: Reply with quote

I have this display. Library is in work, soon to be completed.
Back to top
View user's profile
Mrshilov

Bascom LCD Guru



Joined: 24 Jan 2009
Posts: 314
Location: Russia

russia.gif
PostPosted: Wed Apr 02, 2014 1:37 pm    Post subject: Reply with quote

Mr. Mhal, can you test beta version of library for LS020?
On chips with <=64k it works fine, but on chips >64k works with some strange. On my test PCB with AT90USB1286 I must set RAMPZ=1, otherwise it will not work at all.
Back to top
View user's profile
albertsm

Administrator



Joined: 09 Apr 2004
Posts: 5916
Location: Holland

blank.gif
PostPosted: Wed Apr 02, 2014 1:53 pm    Post subject: Reply with quote

hi Mrshilov,

the reason is simple : you need to call a routine that will set rampz properly.
after you load Z to code in flash you add this code :

Code:
#IF _ROMSIZE>65536
*call _SET_RAMPZ
#ENDIF
 

this will set rampz to the proper value.

_________________
Mark
Back to top
View user's profile Visit poster's website
mhal

Bascom Member



Joined: 12 Oct 2005
Posts: 10

blank.gif
PostPosted: Thu Apr 03, 2014 10:09 am    Post subject: Reply with quote

Hi

The library works very well, but after the modification given by Mark.

I tested it on ATmega16 and ATmega2560.

Mrshilov, Mark, thank you very much.

mhal
Back to top
View user's profile
albertsm

Administrator



Joined: 09 Apr 2004
Posts: 5916
Location: Holland

blank.gif
PostPosted: Thu Apr 03, 2014 11:11 am    Post subject: Reply with quote

maybe you can post the modified version. it will save Mrshilov work.
_________________
Mark
Back to top
View user's profile Visit poster's website
mhal

Bascom Member



Joined: 12 Oct 2005
Posts: 10

blank.gif
PostPosted: Thu Apr 03, 2014 11:59 am    Post subject: Reply with quote

Here is a modified library.
It works for sure with ATmega16 and ATmega2560.

mhal

Modification is below, from Mark.


Last edited by mhal on Thu Apr 03, 2014 1:47 pm; edited 2 times in total
Back to top
View user's profile
Mrshilov

Bascom LCD Guru



Joined: 24 Jan 2009
Posts: 314
Location: Russia

russia.gif
PostPosted: Thu Apr 03, 2014 12:22 pm    Post subject: Reply with quote

Thanks Mr.Mhal.
I did the same modification. My friend test it on Mega128 - all works, but 16-bit picture don't show - black box. This picture shows via external Sub in example. Have you same trouble?
Back to top
View user's profile
albertsm

Administrator



Joined: 09 Apr 2004
Posts: 5916
Location: Holland

blank.gif
PostPosted: Thu Apr 03, 2014 12:39 pm    Post subject: Reply with quote

the lib was not correct. here is one i checked and corrected.
_________________
Mark
Back to top
View user's profile Visit poster's website
Mrshilov

Bascom LCD Guru



Joined: 24 Jan 2009
Posts: 314
Location: Russia

russia.gif
PostPosted: Thu Apr 03, 2014 2:50 pm    Post subject: Reply with quote

Thanks Mark! Now it fully works.
Back to top
View user's profile
boeseturbo

Bascom Member



Joined: 23 Jul 2007
Posts: 46

blank.gif
PostPosted: Thu May 08, 2014 8:43 am    Post subject: Reply with quote

anybody know where I can order some samples of this displays brand new? I only find used ones :/

Cheers
Back to top
View user's profile
Mrshilov

Bascom LCD Guru



Joined: 24 Jan 2009
Posts: 314
Location: Russia

russia.gif
PostPosted: Thu May 08, 2014 10:38 am    Post subject: Reply with quote

If You about S65, see here: http://www.wide.hk/products.php?product=2.1%22-SPI-Siemens-S65-%28LS020%29-TFT-Display
Back to top
View user's profile
Darthinvader

Bascom Member



Joined: 09 Jul 2015
Posts: 4

PostPosted: Fri Jul 10, 2015 12:59 pm    Post subject: Reply with quote

Hi MrShilov. Is there posibility that you make some corrections so it would work with C65, 130 x 130 LM15sgfnz15? I guess there is S6B33B2.
Someone said that it's clone of 6100 but it didn't work.
I was trying to change something but nothing works Sad
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    www.mcselec.com Forum Index -> Share your working BASCOM-AVR code here All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum