NHD-14432WG-BTFH-V#T Datasheet's Initialization Code

Comments

2 comments

  • Saurabh_B
    The code below is for our 8051 Control Board. The REG52.h and AL.h are required libraries to configure this controller.

    The sbit command is the same as #define, where instead of toggling P3^7 you would just toggle RW.
    P3 is Port 3, which is one of the ports brought out to the user on this controller.
    0
  • Terence D
    Ah, got it.  Thank you Saurabh.

    -Terence
    0

Please sign in to leave a comment.