nopnop2002 / wiringpi-tft-tool

TFT Command Line Tool for Raspberry Pi
MIT License
38 stars 10 forks source link

Can't compile #3

Closed sztibi82 closed 5 years ago

sztibi82 commented 6 years ago

Hi NopNop2002.

Tried to compile a fresh download from github, and i get the following error. Please can you advice how to overcome the error image

Thanks

nopnop2002 commented 6 years ago

Thank you for your report. I fixed it.

sztibi82 commented 6 years ago

Thanks for the quick fix. Great work. :)

sztibi82 commented 6 years ago

Do you think that we can drive with this library the following? https://www.waveshare.com/product/modules/oleds-lcds/raspberry-pi-lcd/3.5inch-rpi-lcd-a.htm

As far as I know it has an ILI9486

nopnop2002 commented 6 years ago

There is no information about driver chip.

When a driver chip isn't understood, it gives up.

sztibi82 commented 6 years ago

I requested more information from manufacturer. Will come back with more info when received.

nopnop2002 commented 6 years ago

OK Thank you.

yacc123 commented 6 years ago

Hi, is this possible to show on lcd a result of shell command? e.g. date, uptime ?

nopnop2002 commented 6 years ago

@yacc123

Yes I added me.sh.

yacc123 commented 6 years ago

great, thanks :)