Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
247B

  1. : _yinc 0x07 _cmd ; : _xinc 0x05 _cmd ;
  2. : _zoff! ( off -- ) 0x40 + _cmd ;
  3. : _col! ( col -- ) 0x20 + _cmd ;
  4. : _row! ( row -- ) 0x80 + _cmd ;
  5. : LCD$
  6. H@ [ LCD_MEM LITN ] ! FNTH 2 * 2+ ALLOT
  7. LCDON 0x01 ( 8-bit mode ) _cmd
  8. FNTH 1+ _zoff!
  9. ;