Recent content by ojd233

  1. O

    16x2 LCD showing two lines of Boxes

    There is the schematic, not sure if this completely complies with the PCB, I think I made some changes during breadboarding form
  2. O

    16x2 LCD showing two lines of Boxes

    Here are the pictures of the board itself labelled. I will also attach the code. The code is as followed: low C.2 pause 500 main: readtemp C.7, w1 bintoascii w1,b0,b1,b2 serout C.2, T2400, ( 254, $80 ) serout C.2, T2400, ( "Temperature" ) serout C.2, T2400, ( 254, $C0 ) serout...
  3. O

    16x2 LCD showing two lines of Boxes

    I am trying to make an temperature sensor, that displays the temperature on a LCD. To run the LCD I am using a PICAXE Serial LCD Firmware chip (FRM010) and a PICAXE 20M2 to run the serial outputs to the Firmware chip, then to the LCD. I tried to get it to work on a breadboard and it did, but...
Top