|
|
@@ -9,14 +9,17 @@
|
|
|
|
|
|
DISPLAY__CURSOR_Y_CHARS__SET(DISPLAY_PHYSICAL_CHAR_A,
|
|
|
DISPLAY_CURSOR_Y_CHARS_DEBUG);
|
|
|
-
|
|
|
-
|
|
|
+ DISPLAY_array16_T DISPLAY_array16_AA="" ;
|
|
|
+ //( "OUT I2C 0X40[2]" + encoderPos * 5 , 2), //message,
|
|
|
+ String message = "OUT I2C 0X40[2] V:";
|
|
|
+ message.concat(encoderPos * 5);
|
|
|
+ message.toCharArray(DISPLAY_array16_AA, message.length());
|
|
|
DISPLAY__print(
|
|
|
DISPLAY_A ,
|
|
|
DISPLAY_T_ARDUINO_ATTR_ARRAY_A ,
|
|
|
DISPLAY_PHYSICAL_CHAR_A,
|
|
|
DISPLAY_pos_seq_A_NEXT,
|
|
|
- DISPLAY_array16_I( "OUT I2C 0X40[2]" + encoderPos * 5 , 2), //message,
|
|
|
+ DISPLAY_array16_AA,
|
|
|
DISPLAY_TARGET_DISPLAY128,
|
|
|
millis() , // time_seq_id_T time_seq_id_A;
|
|
|
millis(), //time_min_run_T time_min_run_A;
|