Search results

  1. P

    difficulties connecting axe132 to displaytech 204a

    G'Day, I've connected a picaxe axe132 to a displaytech 204a lcd display from rs components, the problem is when I power it up nothing shows on the display. I've only altered the firmware on the chip so it knows its dealing with a 20 character a line display I have checked in case it's...
  2. P

    code problem

    I'm trying to get a 08m2 to only light a led when a button is pushed but it keeps flashing even when the button isn't pushed Could someone have a look and tell me where I made the error main: if pinc.3 = 1 then; Check if c3 is high pause 250; Wait for 250 miilliseconds if pinc.3 =...
Top