Changes between Version 11 and Version 12 of SujetTP2


Ignore:
Timestamp:
Feb 4, 2014, 10:30:09 AM (10 years ago)
Author:
jpeeters
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SujetTP2

    v11 v12  
    8686
    8787{{{
    88 /* 8-bit mode */
    89 1. Fonction 8-bit (4 MSB bits), wait 50 us
    90 1. Fonction 8-bit (4 MSB bits), wait 50 us
    91 1. Fonction 8-bit (4 MSB bits), wait 50 us
    92 /* 4-bit mode */
    93 1. Fonction 4-bit (4 MSB bits), wait 50 us
    94 /* 2 rows */
    95 1. Fonction with 2 lines, wait
    96 /* Activate display */
    97 1. Display control with display on, wait
    98 /* Increment cursor on read/write operation */
    99 1. Entry mode with forward cursor, wait
    100 /* Cursor move on the display */
    101 1. Cursor/display shift right, wait
    102 /* Clear */
    103 1. Clear display
     881. Fonction 8-bit (4 MSB bits), wait 50 us /* 8-bit mode */
     892. Fonction 8-bit (4 MSB bits), wait 50 us
     903. Fonction 8-bit (4 MSB bits), wait 50 us
     914. Fonction 4-bit (4 MSB bits), wait 50 us /* 4-bit mode */
     92
     935. Fonction with 2 lines, wait             /* 2 rows */
     94
     956. Display control with display on, wait   /* Activate display */
     96
     977. Entry mode with forward cursor, wait    /* Increment cursor on read/write operation */
     98
     998. Cursor/display shift right, wait        /* Cursor move on the display */
     100
     1019. Clear display                           /* Clear */
    104102}}}
    105103