m2tklib
m2tklib copied to clipboard
Automatically exported from code.google.com/p/m2tklib
Hi I was just wondering if you wer going to make your library compatable with UCGlib oled displays
Good morning I downloaded this library but when I try to include it in the Arduino IDE it gives me this error: "The specified folder / zip file does not...
Just asking if you were planning to update anytime soon for u8g2?
I was trying to send a string via variable `senderAddr` in `M2_LABEL(alert_sender_name, "f0", senderAddr);`. But when I try to compile the code it gives me the following error. ````C Arduino/libraries/M2tklib/utility/m2.h:641:101:...
I was compiling the sketch for STM32f1 series board and got this error. Is there any way to fix this problem? **Error text** ````C Arduino/libraries/M2tklib/utility/m2.h:686:128: error: invalid conversion from 'void...
How can I add custom menu heading without directly starting from Menu item on top?
``` create a bigger tutorial about nested menus A) Use root and button elements B) use STRLIST elements show screenshots ``` Original issue reported on code.google.com by `[email protected]` on 13...
have a problem with low speed encoder. This change did not help #define ROT_ENC_DEBOUNCE_VAL 3 #define ROT_ENC_EVENT_DIVISION 3 How to Increase the speed of scanning speed? Regards this KY-040 Rotary...
esp8266
Hi Why isn't compile M2TKlib for esp8266? There is any fix for this problem?
I am using the M2tklib with U8Glib since the U8G2 does not compile small enough (I need to run this on an Arduino Nano; and with almost only the U8G2...