SSMaker.exe is a program to help make a lighting table of seven segment. Click on the segment to be switched on or off. After that, the table to form the light will be instantly displayed. Lights are represented by the value bit 0. To make the light represented by the value bit 1, check the…
Microcontroller Project
Microcontroller Project is a graphical IDE (Integrated Development Environment) for MCS-51 microcontroller family that uses the ASEMW.EXE compiler. Thus, the syntax used in the Microcontroller Project is ASEMW syntax if written using assembly language. In addition to using assembly language, Microcontroller Project can also use c language for writing programs, using SDCC. Microcontroller Project integrate…
Running Text on LED Matrix
In the example in Showing images on LED matrix using simulator, the note is displayed as an image. First we create a text image, then we create a constant from the text image. After that it displayed as an image. Displaying text in this way is only appropriate if the text to be displayed is…
How to Make 3 Dimension Image?
Once we know how the concept of 3-dimensional image (see The magic of 3D images), it is now time for us to make. Make The Model of 3 Dimensional Image As we already know how to move a virtual object into the paper, then the whole object should we broke up into pixels. The pixels…
Questions about “Mudah dan Menyenangkan Belajar Mikrokontroler” book
A book reader Mudah dan Menyenangkan Belajar Mikrokontroler asked as follows: In the program listing of digital clock with button (p. 91), please explain more about the use and calculation of Timer 0 Mode 2 so as to produce an accurate timer of 1 second. Please explain more about the workings of the listing of…
Using MXLED.EXE for LED matrix simulation
MXLED controlled using two ports, a port as a data port and another as a control port. Both the data port and control port are received as a WM_USER message at the wParam. To determine that the received signal is a data or control, MXLED will look at the lParam. If lParam = 2, then…
IndexMaker – Makes index.html for html files collection downloaded from internet
I like to collect the html files that contain various kinds of information that I usually get from the internet. There is a set of files that I received in the form of packets, for example, is a variety of files for the tutorial. For files that are like this I usually get index.html file…
Find Text – Finds specific text inside many files
Just like its name, Find Text is a software for finding a specific text inside many files; e.g. doc, xls, txt, htm, php, css, etc. This software is totally different with Search facility on Windows because that facility is only able to search text on files title, not inside them. The benefit of this software…
Hibernate timer
Maybe you are accustomed to working with open many files and many applications at once. And to finish the job often takes several days. If you do so, it stands to reason that you chose to use the Hibernate option instead of “Shut down” or “Turn off” to turn off the computer. The problem is…
The Magic of 3D Images
If you notice the heart picture above, you would assume that the picture looks so plump. However, somehow you would assume that the image is just a picture at the paper flat. Three-dimensional impression it has is just formed because of the color settings. You can easily distinguish them from real objects that exist in…