renamed touch_joystick to touch_controls

input_events
NepEgor 3 years ago
parent f18c8922e8
commit 30df99c1ae

@ -0,0 +1,6 @@
#ifndef TOUCH_CONTROLS_h
#define TOUCH_CONTROLS_h
#include "touch_joystick.h"
#endif

@ -1,5 +1,5 @@
{
"name": "touch_joystick",
"name": "touch_controls",
"version": "1.0.0",
"description": "",
"keywords": ""

@ -18,7 +18,7 @@ const uint8_t CLOCK_PIN_right = PB8;
const uint8_t DATA_PIN_left = PB7;
const uint8_t CLOCK_PIN_left = PB6;
#include "touch_joystick.h"
#include "touch_controls.h"
// x_max 3276
// y_max 1872
const int32_t pos_x = 31.25 * 1872.0 / 62.5;

Loading…
Cancel
Save