AAEON FWS-7600 User Manual
Page 69
N e t w o r k Ap p l i a n c e
F W S - 7 6 0 0
Appendix C Standard Firewall Platform Setting
C-8
C.4 LCM Sample Code
void Display_Clear()
{
outportb(0x378, 0x01);
wait();
outportb(0x37A, 0xC8);
wait();
outportb(0x37A, 0xCA);
wait();
}
void Return_Home()
{
outportb(0x378, 0x02);
wait();
outportb(0x37A, 0xC8);
wait();
outportb(0x37A, 0xCA);
wait();