MSPM0_ValvanoWare
1.0
ECE445L starter code
inc
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
213
void
Arabic_OutChar
(
Arabic_t
ch);
214
224
void
Arabic_OutString
(
Arabic_t
*ptr);
225
#endif
Arabic_OutChar
void Arabic_OutChar(Arabic_t ch)
Output an Arabic character.
Arabic_SetCursor
void Arabic_SetCursor(uint32_t newX, uint32_t newY)
Move Arabic cursor.
Arabic_OutString
void Arabic_OutString(Arabic_t *ptr)
Output an Arabic string.
Arabic_t
Arabic_t
Arabic character set.
Definition:
Arabic.h:191
Generated by
1.9.1