Nothing Display on my NHD-0108CZ-FSW-GBW-33V3

Comments

1 comment

  • Michael_L

    Our example code is verified to work correctly.  Have you verified your signals are working/toggling correctly with a scope?
    Also, typically you need to set up the ports as outputs in your code.
    For example :
    DDRB = 0xFF;
    DDRD = 0xFF;

    0

Please sign in to leave a comment.