We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2016/02/16 06:52:49 PM CET
posted on 2015/12/17 11:11:16 AM CET
Dear all,
I tried to interface LCD with pic16f616 but I am not getting any display using mikroc pro for pic. But works well with 16f883. Program code is less than .5k only. Is it not possible to write code for LCD with mikroc pro using 4 bit library for this chip?.
posted on 2015/12/15 07:08:03 PM CET
Hi I am looking for sample code to run 8 LCDs using the RB ports to trigger FETS that need 3.3v to activate. I want the LCDs to flash in MS.
How do i do this ?
posted on 2015/05/26 09:08:24 PM CEST
Hello guys,
I use 7" TFT screen and TSC2046 touch screen controller for our project. We searched TSC2046 library but I couldn't. I tried to create a library for TSC2046 but I couldn't again. I lost more than one month. Is there anybody who have TSC2046 library or can create library?
posted on 2015/05/26 08:48:22 AM CEST
I am using mikromedia for PIC32, VisualTFT and mikroC pro for PIC32. while programming i find it a bit irritating that the touch screen requires calibration each time the system restart.
To remove this i had tried TP_Set_Calibration_Consts( 0,320, 0, 240); but it didn't proved helpful. using this touch screen didn't get calibrated and hence the button on the screen didn't shows any response. what is the solution for this
thanks in advance.