Sure Electronics 0832 Dot Matrix Display


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    963


    Did you find this post helpful? Yes | No

    Default Brightness control

    Hi wellyb00t,

    Can you please tell how you control the led's brightness?
    Roger

  2. #2
    Join Date
    Feb 2007
    Posts
    55


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by flotulopex View Post
    Hi wellyb00t,

    Can you please tell how you control the led's brightness?
    In the code (post 1) change this line:

    address = %10101111 'pwm 16/16

    bits 0,1,2,3 control brightness
    the above line is for max brightness

    address = %10100000 'pwm 1/16 min brightness
    address = %10100111 'pwm 8/16 mid brightness

    This can be found in the datasheet 'PWM Duty' in the command summary (3.3)

Similar Threads

  1. Hdsp 21xx display
    By Original in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 7th June 2012, 21:07
  2. SureElectronics LED Dot Matrix Display
    By DanPBP in forum Off Topic
    Replies: 4
    Last Post: - 4th October 2009, 21:10
  3. Replies: 14
    Last Post: - 26th September 2007, 06:41
  4. Flashing!! LED Dot matrix problem
    By chai98a in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 4th December 2006, 10:45
  5. 4x16 Dot Matrix LCD control is possible?
    By muskut in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 1st September 2005, 10:56

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts