Search results

  1. A

    Can you code an OLED with the onboard 18M2 chip?

    I need to get my OLED to say something as all it is currently saying is the welcome message. Is it possible to code it using the onboard 18M2 chip?
  2. A

    OLED coding

    Does anyone have any idea where there is a syntax error at the start of the speech marks in every line with serout? serout ("score: ",#score,cr,lf)(pinB.3) serout ("overs: ",#overs,cr,lf)(pinB.3) serout ("wickets: ",#wickets,cr,lf)(pinB.3) if overs >= 50 then swap b10,w0 serout ("last...
  3. A

    18

    Is there any way of changing the outputs and inputs on an 18/18X/18A chip because Picaxe Editor isn't recognising my 18M2 for my tech project and i need an answer by 7pm GMT.
  4. A

    Not equals

    Is there a way to say if this variable doesn't equal this variable.
  5. A

    Variable Values

    Is there a way to transfer a variable value to a different variable and have the initial variable = 0?
  6. A

    Coding a 4x20 OLED

    When I code an OLED what exactly do I need in each line in order to say specific words?
  7. A

    Can someone hep me with my coding.

    I am currently making a cricket scoring device to use at my club, however I have never coded before and keep on getting syntax errors. It would be very helpful if someone could either help me write it or point out why I have syntax errors.
Top