Recent Posts

Pages: [1] 2 3 ... 8
1
General Discussion / Re: Programming 1088BS in Arduino
« Last post by meek-mic on August 22, 2016, 02:49:18 am »
I dont have any idea about Arduino, can you teach me maam ?  ;D ;D ;D ;D
Sure. Basta ba willing, pero di ako pro, yung alam ko lang ituturo ko  ;D
2
General Discussion / Re: Generating Characters on 1088BS
« Last post by typicaldriin on August 22, 2016, 02:48:53 am »
There are many ways on how we can generate custom characters on 1088BS LED matrix.
But one of the easiest way is by the use of Arduino.
3
General Discussion / Re: Generating Characters on 1088BS
« Last post by meek-mic on August 22, 2016, 02:34:37 am »
There are many type of LED MATRICES. It depends upon the display that you want to get. if you want to display a larger amount of text or data, you can use a 32X16 RGB matrix. And if you want a varying color, ID1052 maybe used. There are many matrices available on the internet. 
4
General Discussion / Re: Generating Characters on 1088BS
« Last post by theyseemae on August 22, 2016, 02:24:03 am »
Ma'am, ano pa po ba ang pwede nating magamit bukod sa 1088BS LED MATRIX?
5
General Discussion / Re: General Interest
« Last post by meek-mic on August 22, 2016, 02:21:40 am »
Para sakin, dapat syang ilibing sa libingan ng mga bayani. Marami rin naman syang nagawang tama sa bansang pilipinas. May nabasa nga akong article, sorry di ko na matandaan kung anong site pero eto ung sinabi dun. Isa sa mga nakakamangha sa ginawa nia ay ung mapahanga ang dating Pangulo ng Korea sa idea nia sa skyway. Sabi nga daw ng dating Pangulo ng korea, di nga lang sya verbative pero ito ung thought, namamangha raw sya sa pilipinas dahil sa skyway at sabi pa nito sana raw magawa niya rin yan sa kanilang bansa sa termino nia para masagot ang problema nila sa traffic. Marami pang naambag si Dating Pangulong Marcos kaya lang minasama na sya ng karamihan dahil lamang sa Martial Law.

At base sa nakakwentuhan kong tatay ng bestfriend ko na naabutan ang martial law, maganda nga raw ung ganon, napakatahimik at disiplinado. Gumugulo lang naman daw ang isang bansa dahil na rin sa mga taong hindi marunong makaintindi. Sabi pa nga ng nakausap ko, inutos ni Dating pangulong marcos na ibaba ang tax sa mga bilihin ngunit hindi sya sinunod ng mga ito kaya naman nagpatayo sya ng mga lugar kung saan nagbebenta ng mas mura kaysa sa mga nagbebenta na noon, isa na rito ung tinatawag natin na kadiwa, kung saan ang lhat ng mga bilihin ay mura. Kaso ang impact pa rin sa mga tao nito ay kawalan daw ng Human Rights. Para sakin ginagawa nia ito para sa mga taong hindi na kayang bumili ng kahit ano gawa ng napakamahal. (peace i'm not sure about this pero naniniwala ako sa sinabi nia)

Maiba lang, kung ang mga ganitong taong umaangal sa pagdidisiplina ng nakatataas pano pa kaya ung mga magulang na sobrang higpit sa kanilang mga anak? Hindi ba't kawalan na rin un ng karapatan bilang tao ?

P.S. Di ako updated eh pasensya na ... di ko rin sure if tama lahat ng mga nababasa ko . ikaw na ang humusga Mam mica hahah

We are all entitled to our own opinion. Maghirap kasi magsalita lalo na kung di ikaw mismo yung naka experienced.
6
General Discussion / Re: Generating Characters on 1088BS
« Last post by jhengasis on August 22, 2016, 02:17:03 am »
Maybe based on its program made?

"Basically for ASCII characters you need an array of 128 blocks each having 8 column data numbers.

The usual way is to get out a piece of graph paper and define your characters by drawing blocks where a pixel is on. You then translate each line into hex (binary to hex is very easy) and then transfer this information to your program source code."

7
General Discussion / Re: 1088BS LED MATRIX
« Last post by meek-mic on August 22, 2016, 02:14:48 am »
In its appearance, it seems like its the same. Haha. maybe how you program it. Its a different story. haha
Yes, most of the matrices looks the same but the pin configuration is different.
8
General Discussion / Re: 1088BS LED MATRIX
« Last post by jhengasis on August 22, 2016, 02:13:55 am »
We can think of them as y and x coordinates. Lets assume we have 4×4 matrix. Rows would be marked from A to D and columns from 1 to 4. Now we can address each LED by row and column. Top left led would be (A,1). Bottom down led would be (D,4).

Maybe i think it is unique based on the information I've got. It has an address for each LED?
9
General Discussion / Re: Programming 1088BS in Arduino
« Last post by meek-mic on August 22, 2016, 02:11:45 am »
I dont have any idea about Arduino, can you teach me maam ?  ;D ;D ;D ;D
Of course. But be sure you have full interest, because if you're not really interested about it, you will not learn haha
10
General Discussion / Re: Generating Characters on 1088BS
« Last post by meek-mic on August 22, 2016, 02:09:47 am »
Characters can be generated in 1088BS by writing a bit in every row and these still depends on the program. Most of the time, one is for on and zero is for off.  ;D
That's right KB. whether the LED will light or not, this will still depend on the declaration of you made on your program.
Pages: [1] 2 3 ... 8