LCDInfo.com

http://www.lcdinfo.com
It is currently Fri Nov 22, 2024 9:32

All times are UTC + 2 hours




Post new topic Reply to topic  [ 163 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10, 11  Next
Author Message
 Post subject:
PostPosted: Wed Mar 05, 2003 19:26 
Offline

Joined: Fri Feb 07, 2003 16:37
Posts: 60
Location: SaNT QUiRZe, ||*|| CaTaLoNiA ||*||
I have the same problem all the time :evil: :evil: :evil: :evil: , perhaps my function to convert bitmaps to hexadecimal values doesn't work properly. The function convert in format 8x8 and 6x8. Probably, the 6X8 format, doesn't work well :cry: :cry: :cry: .

I will agree if anyone can post the code of his function to convert BMP's, to the 6X8 hexadecimal values. For try if that be the problem :? .

Thanks.

_________________
Nuestra única limitación es la imaginación


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 06, 2003 1:35 
Offline

Joined: Fri Feb 21, 2003 5:41
Posts: 43
Del


Last edited by Emil Weiss on Fri Mar 07, 2003 2:33, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 06, 2003 1:36 
Offline

Joined: Fri Feb 21, 2003 5:41
Posts: 43
General Error


Last edited by Emil Weiss on Thu Mar 06, 2003 1:40, edited 3 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 06, 2003 1:37 
Offline

Joined: Fri Feb 21, 2003 5:41
Posts: 43
General Error


Last edited by Emil Weiss on Thu Mar 06, 2003 1:38, edited 2 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 06, 2003 22:49 
Offline

Joined: Fri Feb 07, 2003 16:37
Posts: 60
Location: SaNT QUiRZe, ||*|| CaTaLoNiA ||*||
Hi!

It's only a question, can be used this function to display 6X8 and 8X8 hexadecimal values ???

Code:
Public Sub sbrDrawLCDHex(ByVal pvstrPoints() As String)
        Dim shtAdreça As Short
        Dim shtcont As Short

        shtAdreça = G_BASE '+ (0 * BYTES_PER_ROW) + (0 / 6)
        WriteData(shtAdreça And &HFF)
        WriteData(RShiftLong(shtAdreça, 8))
        WriteCtrl(&H24)
        For shtcont = 1 To UBound(pvstrPoints)
            WriteData(CInt("&H" & pvstrPoints(shtcont)))
            'WriteData(CInt(pvstrPoints(shtcont)))
            WriteCtrl(&HC0)
        Next
    End Sub


I think that only work with 8X8 hexadecimal values, and for this reason my display goes crazy when draw a BMP of 6X8. Anyone can modify or tell me, what Can i do to display 6X8 ???

It's for a T6963C and 240x128.

Thank you

_________________
Nuestra única limitación es la imaginación


Top
 Profile  
 
 Post subject: SED1330
PostPosted: Tue Mar 11, 2003 2:15 
Offline

Joined: Fri Feb 21, 2003 5:41
Posts: 43
Hi Peopel

It's work SED1330 Screen 320x240

Picture from PowerLCD 2.0

Image

With Visualize :wink:

Greetings Emil


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 11, 2003 19:13 
Offline

Joined: Fri Feb 07, 2003 16:37
Posts: 60
Location: SaNT QUiRZe, ||*|| CaTaLoNiA ||*||
Good Emil !

But I'm still having the same problem,the function that i posted few days ago only works me with 8X8 hexadecimal values.

When I try to display a 6X8, the LCD seems to be crazy :lol: :lol: :lol:

I hope someone could help me, I'm frustate ! 8O 8O 8O 8O

Thanks and regards.

_________________
Nuestra única limitación es la imaginación


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 11, 2003 21:20 
Offline

Joined: Fri Feb 21, 2003 5:41
Posts: 43
Hi Marc
i will help you

Sorry i can in the moment not check your problem
i have not a controller with T6963

I will check it when i have a T6963 then i will help you..

Greetings Emil


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 11, 2003 21:23 
Offline

Joined: Fri Feb 21, 2003 5:41
Posts: 43
Hi

Any Day a new Dialog

Picture von PowerLCD 2.0 convert to my Prog

System Info finish

Image

Greetings Emil


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 12, 2003 19:30 
Offline

Joined: Fri Feb 21, 2003 5:41
Posts: 43
Hi

and a new

MBM Info and Weather finish

Image

Greetings Emil


Top
 Profile  
 
 Post subject: T6963C external memory
PostPosted: Mon Mar 31, 2003 16:50 
Hi,
I am now working on the interface of the T6963C and the LCD (HITACHI) SP10Q003-T. May i know which external memory to use? I found that TC5565 is used widely. However, I cant seem to find the specifications for it. Can anyone help? Thanks.


Top
  
 
 Post subject: Sorry
PostPosted: Mon Mar 31, 2003 17:01 
Hi,
I forgot to give the specs for LCD. Its a 240x320 LCD. My microcontroller would be a motorola HCS12 chip. Is it possible for me to build a LCD interface that can be connected to any microcontroller? Where to programme the code to control the display on LCD? Is it the T6963C or the HCS12?

HELP!!! :(


Top
  
 
 Post subject: Re: Sorry
PostPosted: Wed Apr 02, 2003 0:01 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
Charles wrote:
Hi,
I forgot to give the specs for LCD. Its a 240x320 LCD. My microcontroller would be a motorola HCS12 chip. Is it possible for me to build a LCD interface that can be connected to any microcontroller? Where to programme the code to control the display on LCD? Is it the T6963C or the HCS12?

HELP!!! :(

What are you exactly trying to do ? Do you have a 320x240 display without a controller and want to use external controller with that ?
I don't remember seeing T6963C used with this big displays and can't remember the specs right now but SED133x controllers are at least used with this display size.

You can't program T6963C or SED133x itself so the code goes to the microcontroller.


Top
 Profile  
 
 Post subject: HITACHI SP10Q003-T
PostPosted: Fri Apr 04, 2003 6:03 
Thanks for your reply. I am trying to use an external controller which is the T6963 to control the LCD. I have problem trying to connect the two components together (in the hardware sense).

Thank you.... :)


Top
  
 
 Post subject:
PostPosted: Sat Apr 05, 2003 21:29 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
I have never used external controllers but there has been discussion about this at LiQuiD-MP3 forum:
http://forum.schijf.org


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 163 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10, 11  Next

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 9 guests


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

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group