Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ahonda55

  1. A

    LCD timer code needed MikroC

    Hello, I am building a timer which produced a pulse after a desired time, the time fractions are in milliseconds, and i need to show the desired timer setting on a standerd LCD. it should start from 0.1..0.2..0.3......0.9..1.1..........5.0 from 0.1sec to 5 seconds. I just need a code to increase...
  2. A

    Beginner Questions 7 Segment and LCD on Mikroc

    Thanks a lot mate, really thank you so much, it needs some thinking but I have started to make a picture :) Thank you so much. ---------- Post added at 20:16 ---------- Previous post was at 20:05 ---------- Thanks a lot mate, really thank you so much, it needs some thinking but I have started...
  3. A

    Beginner Questions 7 Segment and LCD on Mikroc

    Thanks a lot dear, but for example, from ME examples... do { for (i = 0; i<=99; i++) { // Count from 0 to 99 digit = i % 10u; digit1 = mask(digit); // Prepare mask for displaying ones digit = (char)(i / 10u) % 10u; digit10 =...
  4. A

    Beginner Questions 7 Segment and LCD on Mikroc

    Hello, I am new to microcontroller world..and I am learning MikroC And I need help about some points please.. First, about 7 segment multiplexing, if I have two numbers and I need to show on double 7 segment displays, I understand how exactly multiplexing work but what I need is how to extract...

Part and Inventory Search

Back
Top