Giter Site home page Giter Site logo

no menu on screen about ghettostation HOT 6 CLOSED

kipk avatar kipk commented on September 28, 2024
no menu on screen

from ghettostation.

Comments (6)

KipK avatar KipK commented on September 28, 2024

What LCD model do you have ? post link.

There some settings for different lcd in the config.h, have you tried all ?

from ghettostation.

sam07 avatar sam07 commented on September 28, 2024

my lcd now can goto menu..
#define DEBUG

i try servo test(servo>test) only pan work..tilt not move(servo lock at one position)..

#define PAN_SERVOPIN 6 //PWM Pin for pan servo
#define TILT_SERVOPIN 9 //PWM Pin for tilt servo
//#define PAN_SERVOREVERSED // Depending of your hardware configuration, servo pwm need to be reversed.
//#define TILT_SERVOREVERSED // same for tilt

#define LEFT_BUTTON_PIN 5 // select a free digital pin for those 3 buttons
#define RIGHT_BUTTON_PIN 4
#define ENTER_BUTTON_PIN 3

from ghettostation.

KipK avatar KipK commented on September 28, 2024

Check the Scheme for 328P arduino. Your config is wrong. Pin 6 is not a pwm pin. Use 9 for pan and 12 fort tilt.

from ghettostation.

sam07 avatar sam07 commented on September 28, 2024

https://github.com/KipK/Ghettostation/blob/master/scheme-328p.png?raw=true

D6=pin 9
D9=pin 12

what should i type?
(refer D)
#define PAN_SERVOPIN 6 //PWM Pin for pan servo
#define TILT_SERVOPIN 9 //PWM Pin for tilt servo

or
(refer pin)
#define PAN_SERVOPIN 9 //PWM Pin for pan servo
#define TILT_SERVOPIN 12 //PWM Pin for tilt servo

from ghettostation.

KipK avatar KipK commented on September 28, 2024

the pin number so 9 and 12

from ghettostation.

sam07 avatar sam07 commented on September 28, 2024

o..thank you..

from ghettostation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.