Recent content by Stinen

  1. S

    How to convert bitX series to value bX?

    Hi everybody, some idea how to make this please? let b13=(%bit0 bit0 bit0 bit0 bit0 bit0 bit0 bit0) let b14=(%bit0 bit0 bit0 bit0 bit1 bit1 bit1 bit1) let b15=(%bit1 bit1 bit1 bit1 bit1 bit1 bit1 bit1) ...:confused: thanks
  2. S

    TFT 2,2" as GLCD (Norton Commander face)

    HALLO EVERYONE, Excuse my english please. I conected picaxe 20X2 with 2,2 TFT lcd (256K color deep). It works at 64Mhz (SPI 4Mhz (spimedium)). It works in blue mode (65K color mode is activated and chars are read from eeprom as 2color bitemap). I have only problem with hspisetup, it is not...
  3. S

    How to convert 8bit value to 8 values

    Excuse my english, i need to convert value b10 to single 1,1,1,1,1,1,1,1 code and I cant move... for example: b10=255 (%11111111) and i need make b0=1, b1=1, b2=1, b3=1, b4=1, b5=1, b6=1, b7=1 or b10=3 and i need make b0=0, b1=0, b2=0, b3=0, b4=0, b5=1, b6=0, b7=1 or ... or ... or...
Top