Search results

  1. C

    20x4 LCD monochrome display

    I am in the US. Since PHAnderson isn't selling his easy-to-use display anymore, am I right in thinking it would be smarter for me to buy from an overseas supplier of Axe134Y than try to adapt a product designed for Arduino? I don't like to reinvent the wheel where device drivers are concerned.
  2. C

    US sources for products

    I live in the US. Some US distributors seem to be losing interest in Picaxe (e.g. Adafruit, Sparkfun). Is there an overseas distributor that ships fast to the US? I want to buy the VDrive2 data logger; is the easiest way to buy direct from Picaxe UK?
  3. C

    random function to choose a number 1 thru 6

    For a game, I am thinking I can get an evenly weighted random integer from 1 through 6 by doing this: --use the byte value from the random function. --if 252 or greater, discard and get another random byte. --divide by 6 using modulus // operator and assign the result to a variable. --add 1 Is...
Top