<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by kengshen</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 03 Jul 2026 19:53:26 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Need help in my LCD project T.T</title>
            <link>http://forum.lowyat.net/topic/1540352</link>
            <description>Hey guys i doing some LCD project here regarding parking bay for 2 slot. The LCD should show tht available = 2 whn there is no car inside, whn there is 1 car park in any bay it will show available = 1, and if both of the parking bay has been park by a car it will show Available = 0. Now my proplem come &amp;#33;&amp;#33;&amp;#33; whn it show 0 at the lcd how can i make it change to Full ? example: LCD screen show Available = 0 &amp;lt;&amp;lt;&amp;lt; bt i dun 1 tht i wan it show FULL whn there is no more parking bay available. HOPE u guys can help me T.T. and my current code show below. and thx for reading &amp;#33;&amp;#33;&amp;#33;&lt;br /&gt; 1 more thing &amp;#33;&amp;#33;&amp;#33; i using PIC 16F84A to run this LCD &amp;#33;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;int stat1 = 0; //indicated parking bay 1&lt;br /&gt;int stat2 = 0; //indicated parking bay 2&lt;br /&gt;int totalstat = 0; //indicated total parking bay available&lt;br /&gt;char mytext[4];&lt;br /&gt;&lt;br /&gt;void main()&lt;br /&gt;{&lt;br /&gt;  TRISA.F0 = 1;                 // Configure PORTA [ra0] as input (1st set)&lt;br /&gt;  TRISA.F1 = 1;                 // Configure PORTA [ra1] as input (2nd set)&lt;br /&gt;  TRISB = 0;&lt;br /&gt;&lt;br /&gt;Lcd_Init(&amp;amp;PORTB);&lt;br /&gt;Lcd_Cmd(LCD_CLEAR);&lt;br /&gt;Lcd_Cmd(LCD_CURSOR_OFF);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Lcd_Out(1,1,&amp;quot;Welcome&amp;quot;);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  while(1)&lt;br /&gt;  {           //1ST parking bay&lt;br /&gt;&lt;br /&gt;   &lt;br /&gt;            if(PORTA.F0 == 1)&lt;br /&gt;            {&lt;br /&gt;&lt;br /&gt;       &lt;br /&gt;                    stat1 = 1;  //indicates status of p.bay 1&lt;br /&gt;               &lt;br /&gt;&lt;br /&gt;      &lt;br /&gt;            }&lt;br /&gt;&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;    else&lt;br /&gt;    {   &lt;br /&gt;&lt;br /&gt;            stat1 = 0;       //indicates status of p.bay 1&lt;br /&gt;          &lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   {     //2ND Parking bay&lt;br /&gt;   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      if(PORTA.F1 == 1)&lt;br /&gt;&lt;br /&gt;            {&lt;br /&gt;&lt;br /&gt;                    stat2 = 1; //indicates status of p.bay 2&lt;br /&gt;        &lt;br /&gt;            }&lt;br /&gt;&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;    else&lt;br /&gt;    {      &lt;br /&gt;&lt;br /&gt;            stat2 = 0;       //indicates status of p.bay 2&lt;br /&gt;          &lt;br /&gt;&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    totalstat = 2-(stat1 + stat2);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Lcd_Out(2,1,&amp;quot;Available&amp;quot;);&lt;br /&gt;IntToStr(totalstat,mytext);&lt;br /&gt;Lcd_Out(2,7,mytext);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   }//end of main while&lt;br /&gt;}//end of main void</description>
            <author>kengshen</author>
            <category>Codemasters</category>
            <pubDate>Thu, 26 Aug 2010 21:44:23 +0800</pubDate>
        </item>
        <item>
            <title>Need help in pic 16F84A coding in C language</title>
            <link>http://forum.lowyat.net/topic/1522232</link>
            <description>Hey guys need some help here  &lt;!--emo&amp;:(--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /&gt;&lt;!--endemo--&gt;  how can i generated 38khz frequency using PIC 16F84A ? cause my infrared receiver only able to receive a 38khz frequency. i have try google it bt most of thm using other type pic with pwm config &amp;#33;&amp;#33;&amp;#33; bt mine pic 16F84A dun have that. Hope u guys can help me with it using C language. THX</description>
            <author>kengshen</author>
            <category>Codemasters</category>
            <pubDate>Wed, 11 Aug 2010 18:42:34 +0800</pubDate>
        </item>
        <item>
            <title>My caseing support ATX mobo ?</title>
            <link>http://forum.lowyat.net/topic/1401296</link>
            <description>HI guy &amp;#33;&amp;#33; i wonder tht my case can support ATX mobo since i curenly use UATX mobo. ANy clue ? PIC provided also XD</description>
            <author>kengshen</author>
            <category>Technical Support</category>
            <pubDate>Sat, 24 Apr 2010 11:58:17 +0800</pubDate>
        </item>
        <item>
            <title>DX 11</title>
            <link>http://forum.lowyat.net/topic/1397993</link>
            <description>hi guys &amp;#33;&amp;#33;&amp;#33; just wana noe will DX11 over take DX10 &amp;amp; 9 ?</description>
            <author>kengshen</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Wed, 21 Apr 2010 14:14:54 +0800</pubDate>
        </item>
        <item>
            <title>Intel® Core™2 Duo Desktop Processor E8400</title>
            <link>http://forum.lowyat.net/topic/1381743</link>
            <description>Hi all ^^ just wana noe tht can a Intel® Core™2 Duo Desktop Processor E8400 can support my motherboard Asus P5KPL-CM ?</description>
            <author>kengshen</author>
            <category>Hardware</category>
            <pubDate>Tue, 06 Apr 2010 15:55:54 +0800</pubDate>
        </item>
        <item>
            <title>Help &amp;gt;&amp;gt; Infrared Circuit</title>
            <link>http://forum.lowyat.net/topic/1376700</link>
            <description>Hi every1 ^^ i wana to noe tht how to build  a infrared transmitter circuit tht only send a high pulse only. I doing a project which related to infrared where the infrared will only send a high signal to a receiver whn i block the infrared path the receiver will show low signal. Any idea how i should build the circuit ? Make it as simple as possible thx guys &amp;#33;&amp;#33; urgent &amp;#33;&amp;#33;&amp;#33;</description>
            <author>kengshen</author>
            <category>Serious Kopitiam</category>
            <pubDate>Thu, 01 Apr 2010 21:53:28 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] External Hdd become Raw file</title>
            <link>http://forum.lowyat.net/topic/1371744</link>
            <description>Guys i have a external Hdd sudenlly ch to Raw file how can i ch it back to NTFS or FAt system back ? i cant format it ...</description>
            <author>kengshen</author>
            <category>Technical Support</category>
            <pubDate>Sun, 28 Mar 2010 21:23:14 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] how to check a sapphire HD5770 is fake ?</title>
            <link>http://forum.lowyat.net/topic/1369738</link>
            <description>&lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; Hey guys i just wanna noe that how we can determine a graphic card is fake and spoil. Cause i going to trade a GC with ppl i scared tht the GC is fake not frm sapphire company and duno whether is spoil anot. cause he claim tht his GC is few week old and wana trade it + topup cause urgent need money. i Trade with my GT220 + rm365 with his HD5770 vapor X. Any one can share his experience ?</description>
            <author>kengshen</author>
            <category>Technical Support</category>
            <pubDate>Fri, 26 Mar 2010 21:04:52 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] which processor is faster</title>
            <link>http://forum.lowyat.net/topic/1368420</link>
            <description>i just wanna to Noe which processor is faster between CORE 2 QUAD Q8300 VS CORE I3 540 32NM  &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>kengshen</author>
            <category>Serious Kopitiam</category>
            <pubDate>Thu, 25 Mar 2010 18:38:10 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] opinion</title>
            <link>http://forum.lowyat.net/topic/1368067</link>
            <description>Hey guys just wana ask some opinion i have a com with intel Pentium E2220 with small type mother board with 2g ddr2 ram and a gt220 GC. i thinking to upgrade the GC to HD5770, Bt i think the performcae will still be the same should i upgrade the processor or the GC ? If i upgrade the processor to I3 i have to spend more thn the GC money T.T cause have to buy a new motherboard and ddr3 ram tht support 13 and is not worthy to upgrade to quad core since i3 i faster and cheaper i think ? any comment ?  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>kengshen</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Thu, 25 Mar 2010 13:47:15 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] Asus P5KPL-CM motherboard support HD5770 GC?</title>
            <link>http://forum.lowyat.net/topic/1365797</link>
            <description>Hey guys just wana noe tht whether my motherboard can support a HD5770 graphic card. Cause whn i look in my motherboard spec it only have a PCI Express while the Graphic card support PCI-E 2.1 &lt;br /&gt;&lt;br /&gt;Motherboard ------&amp;#62; Asus P5KPL-CM&lt;br /&gt;Graphic card ------&amp;#62; ATI HD5770  &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>kengshen</author>
            <category>Technical Support</category>
            <pubDate>Tue, 23 Mar 2010 16:56:58 +0800</pubDate>
        </item>
    </channel>
</rss>
