OpenAstroTracker-Firmware icon indicating copy to clipboard operation
OpenAstroTracker-Firmware copied to clipboard

Joystick not working on RAMPS

Open hyperion11 opened this issue 3 months ago • 0 comments

here my config

#define INFO_DISPLAY_TYPE INFO_DISPLAY_TYPE_I2C_SSD1306_128x64 #define INFO_DISPLAY_I2C_ADDRESS 0x3C #define INFO_DISPLAY_I2C_SDA_PIN 20 #define INFO_DISPLAY_I2C_SCL_PIN 21

#define LCD_KEY_SENSE_X_PIN PIN_A5 #define LCD_KEY_SENSE_Y_PIN PIN_A10 #define LCD_KEY_SENSE_PUSH_PIN PIN_A9

i see data on oled screen. But joystick input not working Image

Image Image

also i can able to compile firmware only with this fixes https://github.com/OpenAstroTech/OpenAstroTracker-Firmware/pull/270 https://github.com/OpenAstroTech/OpenAstroTracker-Firmware/pull/269

hyperion11 avatar Sep 12 '25 06:09 hyperion11