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]
Rating:
Author: Istvan K
Last Updated: 2014-04-04
Package Version: 1.0.0.0
Category: Other Codes
Downloaded: 1671 times
Followed by: 2 users
License: MIT license
They contain extremely simplified interface for
-- max 2 LCD (write-only 4bit mode, 6 pins),
-- max 2 LCD (using a HC595, 3 pins),
-- max 4 Sw-Uart (1, 2 or 3 pins, CTS handshake) .
Also some routines as Hex2out, Dec3out, CstrOut.
A separated library for using them via funcptr.
For now only for all PIC16 (PIC12). UPDATED.
Do you want to subscribe in order to receive notifications regarding "My libraries 1 (more LCD, more Sw Uart) " changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "My libraries 1 (more LCD, more Sw Uart) " changes.
Do you want to report abuse regarding "My libraries 1 (more LCD, more Sw Uart) ".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1364552317_my_libraries_1___mikroc_pic.rar [163.71KB] | mikroC PRO for PIC |
|
17-04-2014: improved, expanded versions are uploaded by me
(but this 'old' also works)
--------------------------------------
29-03-2013: UPDATED:
Attached also a demo Proteus project, using 7 terminals (see the picture).
-- Multi LCD library:
.. Added two new cursor positioning routine, which allows the use of various
.. 4-line displays (as a 16x4 LCD to be addressed differently than the 20x4).
.. See the 2nd picture. The original Lcd_Library does not properly handle them.
.. My simple LcdX_GotoYX routine can still be used for any HD44780 compatible
.. 2-line and 4-line LCD, but only in the top two rows.
.. Of course, the new routines also may be used for a two-line LCD.
-- Some minor optimization in all libraries to minimize the stack depth, the RAM usage ...
The example project and the documentation is also actualized.
-------------------
13-03-2013: Initial release