NotEvil
Posts: 4
Joined: Fri Nov 27, 2015 8:03 pm

printer display TD024THEB2 for raspi?

Fri Nov 27, 2015 8:20 pm

hi, is it possible to connect this display to an raspberry Pi? (I have only RPi1 B+,maybe zero soon^^)
I have this display from an broken canon printer

http://www.ebay.de/itm/like/33170152638 ... rmvSB=true

TD024THEB2 resolution: 480×240

http://www.panelook.com/TD024THEB2_TPO_ ... 11881.html

there is also an hardwarepart on the backside, maybe the controller
is it possible?

it would be nice if it would work for an raspi zero ;)

User avatar
DougieLawson
Posts: 39301
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: printer display TD024THEB2 for raspi?

Sat Nov 28, 2015 12:21 am

Unless you have a wiring diagram and a datasheet for that display, then forget it.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.


User avatar
DougieLawson
Posts: 39301
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: printer display TD024THEB2 for raspi?

Mon Nov 30, 2015 7:55 am

No. That's a circuit diagram. You need a DATASHEET.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

NotEvil
Posts: 4
Joined: Fri Nov 27, 2015 8:03 pm

Re: printer display TD024THEB2 for raspi?

Tue Dec 01, 2015 8:27 pm

ok thanks

I should start with an working beginner display ;)
'till I get the datasheet one day
maybe raspi3 is out then^^

pauledd
Posts: 3
Joined: Sun Aug 16, 2015 8:49 am

Re: printer display TD024THEB2 for raspi?

Mon May 02, 2016 1:59 pm

Hi, I just slaughtered my canon printer with joy :twisted: and I now have the same display.

And this might be an Datasheet:
http://www.lcis.com.tw/paper_store/pape ... 659930.pdf

It seems it has an SDA and SCL PIN so shouldnt it work with an raspberry pi?

User avatar
redtahr
Posts: 1
Joined: Mon Oct 24, 2016 11:47 pm
Location: NZ

Re: printer display TD024THEB2 for raspi?

Mon Oct 24, 2016 11:57 pm

(for future visitors who haven't counted the pins before contemplating this question)

I'm guessing no, as the pi has a 15 pin display connector (but I might be counting that wrong),
and the display in question has a 22 pin ribbon coming out of the control board, and the display itself has over 30 pins if you were to try skipping the control board.

So as far as an easy screen for ones pi, no I don't think so.

I've cannibalized a multifunction canon as well and now have this display, so was looking at doing the same thing.

User avatar
masterdev
Posts: 1
Joined: Wed Mar 08, 2017 5:59 am
Location: Chicago

Re: printer display TD024THEB2 for raspi?

Wed Mar 08, 2017 6:39 am

NotEvil wrote:hi, is it possible to connect this display to an raspberry Pi? (I have only RPi1 B+,maybe zero soon^^)
I have this display from an broken canon printer

http://www.ebay.de/itm/like/33170152638 ... rmvSB=true

TD024THEB2 resolution: 480×240

http://www.panelook.com/TD024THEB2_TPO_ ... 11881.html

there is also an hardwarepart on the backside, maybe the controller
is it possible?

it would be nice if it would work for an raspi zero ;)
It is possible and THIS https://www.mikrocontroller.net/attachm ... 4THEB2.pdf is exactly what you need!
When you open up this PDF, do you see the outer frame has numbers on top and bottom (1,2,3,4) and letters on the side frames (A,B,C,D)

Now, take a look at the crossing between A/B and 3/4, this is where your schematics is for the 40 pin MG5220 display interface.
To make it easy... here it is.

Here is the fun part - there isn't plug-and-play solution to run this display.
Following this guide at HackaDay - USING CHEAP DISPLAYS WITH THE RASPBERRY PI, you can build a connectivity board for your display. Which pretty much in short writes about this article - Let’s add a dirt cheap screen to the Raspberry Pi B+.

It does work! You just need to spend the time.
I don't have much time right now to write down all the mapping for the 40-pin module, but it's enough self explanatory.

Have fun!

Return to “Beginners”