After the test and debugg whit this simple panel. He show 256. Test whit two workin calibrate pads

The manual say "The startup position is zero."

////////////////////////////////////////////////
//---------------------------------------------------------
//DEBUGG PANEL
//---------------------------------------------------------
///////////////////////////////////////////////////////////
FONT* arial_font_20 = "Arial#20B"; // truetype font
FONT* arial_font = "Arial#14"; // truetype font


PANEL* debug_panel_01 =
{
//-------------------------------------------------
layer 200; pos_x 0; pos_y 0; flags = visible;
//-------------------------------------------------
//---Titulo
digits 10,120,"DEBUGG PANELS",arial_font_20,1,null;//-256--256
digits 10,140,"Movimientos y acciones",arial_font_20,1,null;//-256--256

//move and rotate
digits 10,160,"joy_raw.x %.f",arial_font,1,joy_raw.x;
digits 10,175,"joy_raw.y %.f",arial_font,1,joy_raw.y;

digits 10,200,"joy_rot.x %.f",arial_font,1,joy_rot.x;
digits 10,215,"joy_rot.y %.f",arial_font,1,joy_rot.y;
digits 10,230,"joy_rot.z %.f",arial_font,1,joy_rot.z;
}



...to many time whitnot scriping is harder