MSPM0_ValvanoWare  1.0
ECE445L starter code
Arabic.h
Go to the documentation of this file.
1 
185 #ifndef _ARABIC_
186 #define _ARABIC_
187 #include <stdint.h>
191 typedef enum {null,alif,ayh,baa,daad,daal,dhaa,dhaal,faa,ghayh,haa,ha,jeem,kaaf,khaa,laam,meem,noon,qaaf,raa,saad,seen,sheen,ta,thaa,twe,waaw,yaa,zaa,space,dot} Arabic_t;
192 
203 void Arabic_SetCursor(uint32_t newX, uint32_t newY);
204 
214 
225 #endif
void Arabic_OutChar(Arabic_t ch)
Output an Arabic character.
void Arabic_SetCursor(uint32_t newX, uint32_t newY)
Move Arabic cursor.
void Arabic_OutString(Arabic_t *ptr)
Output an Arabic string.
Arabic_t
Arabic character set.
Definition: Arabic.h:191