File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PIC-TM1637-Library-Code
2
- A library for TM1637 displays that should work with many 8 bit pics
2
+ A library for TM1637 displays that should work with many 8 bit pics.
3
+
4
+ Developed using Microchip's XC8 compiler and tested on the PIC12F1840
5
+ and 12F18F6410.
6
+
7
+ I developed the PIC demo code for the TM1637 in my other repositories
8
+ into a generic TM1637 PIC library. The library functions are in file TM1637PIC.c
9
+ and there is also a .h file to include in the application code.
10
+
11
+ See the libdemo appication for how to use the library. Note the need to call the
12
+ initialisation function before attempting output using outputInteger()
13
+
14
+ The library is intended to be resource sparing for use on 8 bit PICs. It does not
15
+ attempt floating point handling or offer full printf() style output capability.
16
+ My demo shows how it can be used to output floating point numbers. Basic rounding and
17
+ zero blanking is possible however.
18
+
19
+ Steve, July 2023
You can’t perform that action at this time.
0 commit comments