I'd be interested. For font and other LCD stuff, you might want to look at LCDAssistant and LCD Font Maker. I have them both, and they are shareware appls for WIndows.
AdaFruit 1.8" 18 bit color TFT display
(40 posts) (10 voices)-
Posted 4 years ago #
-
Can someone point me where I can get sources for the ST7735 library (I mean version for Maple, of course)?
Posted 4 years ago # -
send an email to peterrarcher@hotmail.com and I'll email what I have to you
Posted 4 years ago # -
Peter, my message should be in your mailbox already (unless hotmal decided that it is a spam :).
Posted 4 years ago # -
Thanks Peter, my two displays working fine with your code after small change - I've removed unnecessary X/Y shifting in setAddrWindow() to remove gabage at two sides of screen. Probably this is specific to my displays, which are not from Adafruit although they look identical (exept they are just TFT-s without PCB and SD) and based on the same controller IC as ones from Adafruit.
Posted 4 years ago # -
Glad it worked out for you
Posted 4 years ago # -
If someone's still interested in ST7735, I wrote an mbed-library for it. It was a port of the Adafruit Arduino lib, and at least I got the hw landscape mode working no probs.
You can d/l the library from
http://mbed.org/users/smultron1977/libraries/ST7735_TFT/m20nw8And hey, this is my first post, I just got my first maple on the desk here !
Posted 3 years ago # -
I cant succeed using pra st7735 library for the maple:
here is the compilation error when I use examples provided
C:\Users\Admin\AppData\Local\Temp\build453063468411327688.tmp\ST7735.o: In function `ST7735':
C:\Users\Admin\AppData\Local\Temp\build453063468411327688.tmp/ST7735.cpp:15: multiple definition of `ST7735::ST7735(unsigned char, unsigned char, unsigned char)'
C:\Users\Admin\AppData\Local\Temp\build453063468411327688.tmp\ST7735.o:C:\Users\Admin\AppData\Local\Temp\build453063468411327688.tmp/ST7735.cpp:15: first defined here
Obviously the function is not defined several times...what can I do???
Posted 7 months ago # -
I cant succeed either with jonjones library...got this error:
C:\Users\Admin\Desktop\maple-ide-0.0.12-windowsxp32\libraries\ST7735_TFT\/TextDisplay.h:19: fatal error: mbed.h: No such file or directory
where is the mbed.h?????
Posted 7 months ago # -
Mbed is the Mbed platform, something completely different so that won't work on maple.
We can't help without seeing your source code, we are no mind readers :)
Please read the sticky "guidelines before posting".
Posted 7 months ago #
Reply
You must log in to post.