Search found 2 matches
- Sun Nov 15, 2015 4:44 am
- Forum: Freematics Products
- Topic: Megalogger issue with Kit#3
- Replies: 26
- Views: 68353
Re: Megalogger issue with Kit#3
I found the problem. The compiler is making a cache of the libraries, as I installed the UTFT and other libraries AFTER I installed the megalogger libraries, when the program was compiled, the new libraries caused some conflict, causing that the display of text with the function "lcd.print"...
- Sat Nov 14, 2015 3:12 pm
- Forum: Freematics Products
- Topic: Megalogger issue with Kit#3
- Replies: 26
- Views: 68353
Re: Megalogger issue with Kit#3
I'm having the same problem, any solution? Update: I tried the simple sample that is here: m , deleted my instalation of the UTFT library so it will use the files supplied with the Megalogger code and the display works perfect, this is my code: #include <SPI.h> #include <memorysaver.h> #include <Mul...