eGUI ssd1963 driver

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

eGUI ssd1963 driver

15,362件の閲覧回数
leb
Contributor I

On another post (a while ago) it was asked if there was a eGUI driver for the ssd1963 chip.  I have coded one which I would be happy to share if anyone wants it.  I am using a NewHaven 7" Display with satisfactory results.  eGUI certainly enabled me to put a professional face on my project in short order.  Thank you, whoever.

ラベル(1)
タグ(2)
0 件の賞賛
返信
26 返答(返信)

1,785件の閲覧回数
Toe
Contributor IV

I would like to see your's.  I ended up writing one too that works well for my project, but I never got the SetOrientation to work properly.  I don't think I'll ever need to change that, but I'd like to see what I missed when I was rushing through that.

 

I'd be happy to post mine as well if anyone is interested given the warnings above.

0 件の賞賛
返信

1,785件の閲覧回数
leb
Contributor I

Bluescreen attachments.  This was coded to run in Internal RAM so it's outside of eGUI.  To make it run you'd need a lot of support code.

0 件の賞賛
返信

1,785件の閲覧回数
kristies1
Contributor II

Thanks to all, it works!

0 件の賞賛
返信

1,785件の閲覧回数
leb
Contributor I

Here's mine.  Please note the LEB_EXTENSIONS macro at the start of the .c.  You'll most likely need to set that to 0.  I tested my SetOrientation()  with this driver for Landscape and Landscape180; both worked.  As you can understand I did not want to have to define a new screen just to test the Portrait modes.  However, I created another program, Bluescreen, to develop, debug, the code that went into the driver.  That worked in all 4 modes for what it's worth.  It appears the the max attachments is 3 so the source for Bluscreen is attached to another post

Take care

0 件の賞賛
返信

1,785件の閲覧回数
kristies1
Contributor II

I would like to se the ssd1963 also, I am trying to write one for eGUI also using a 7" display

0 件の賞賛
返信

1,785件の閲覧回数
Toe
Contributor IV

Like I mentioned, the orientation setting isn't right.  It only works in landscape, so make sure you have D4D_SetOrientation(D4D_ORIENT_LANDSCAPE); some where after initializing.

 

0 件の賞賛
返信