flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 26 Apr 2022, 06:46
Define your font to your liking and then copy the pixels to the screen buffer.
To make text blink, set a timer to re-draw the text in a different colour at each time step. |
|||
![]() |
|
amrashraf 06 May 2022, 02:44
Making font ain't easy right?
_________________ Alphaboy16 |
|||
![]() |
|
revolution 06 May 2022, 03:53
Should by easy if a basic bitmap is all you need.
Code: char_T: db 1,1,1,1,1,1,1,0 db 0,0,0,1,0,0,0,0 db 0,0,0,1,0,0,0,0 db 0,0,0,1,0,0,0,0 db 0,0,0,1,0,0,0,0 db 0,0,0,1,0,0,0,0 db 0,0,0,1,0,0,0,0 |
|||
![]() |
|
macomics 06 May 2022, 10:08
Code: char_T: db 11111110b db 00010000b db 00010000b db 00010000b db 00010000b db 00010000b db 00010000b |
|||
![]() |
|
revolution 06 May 2022, 11:47
Bytemap
![]() For 256 colour mode. ![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.