nx_browser_demo_hello.nx
buildroot/runtime/nx_browser_demo_hello.nx
about
nx_browser_demo_hello.nx -- visible demo program. Paints
"HELLO WORLD" into a 96x16 framebuffer using the expanded 5x7
font (now supports H E L O W R D plus the digits/period/space
from the prior subset). Dumps to stdout as ASCII art.
Composes the same Phase 4 + 5 stack as nx_browser_demo_42 but
renders English text instead of digits, proving the font
expansion works end-to-end.
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_css_color_decode.nxnx_paint_solid_rect.nxnx_paint_text.nxnx_paint_fb_ascii_dump.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 15 | const K_MAGIC_2048: i64 = 2048 |
functions
| 17 | func _put_byte(buf: *u8, i: i64, v: i64) -> i64 called by 1: main |
| 22 | func main() -> i64 |