gint/src
Lephe bd40a0a41c
display: add more text size options dnsize() and drsize()
* dnsize() works like dsize() but a limit on the number of bytes is
  specified. This is useful to obtain the length of a substring.
* drsize() has a reverse limit; the input specifies a number of pixels
  and the function determines how much of the input fits. This is useful
  for word wrapping algorithms.
2021-02-22 16:43:02 +01:00
..
3rdparty kprint: add floating-point formatting based in Grisu2b 59,56 2021-02-02 22:18:15 +01:00
cpg cpg, tmu: add spin waiting and spin delay functions for drivers 2020-10-21 14:49:34 +02:00
dma core: remove some useless hardware info 2020-06-20 19:23:50 +02:00
gray display: add a maximum size parameter to dtext_opt() 2021-02-15 18:37:06 +01:00
intc spu: starter driver, supporting direct CPU access to SPU memory 2020-10-21 18:29:04 +02:00
kernel kernel: move VBR at the end of the user RAM area on fx-9860G 2021-02-15 09:46:59 +01:00
keysc add a dynamic setting for keyboard scan frequency 2021-02-02 18:19:10 +01:00
kprint kprint: add floating-point formatting based in Grisu2b 59,56 2021-02-02 22:18:15 +01:00
mmu mmu: add an mmu_uram_size() function detecting static RAM size 2021-02-05 18:20:16 +01:00
r61524 remove the .gint.data section 2020-07-10 16:36:05 +02:00
render display: add more text size options dnsize() and drsize() 2021-02-22 16:43:02 +01:00
render-cg display: add a maximum size parameter to dtext_opt() 2021-02-15 18:37:06 +01:00
render-fx display: add a maximum size parameter to dtext_opt() 2021-02-15 18:37:06 +01:00
rtc rtc: add an rtc_ticks() function similar to RTC_GetTicks() 2021-02-02 18:19:08 +01:00
spu spu: more complete initialization 2020-10-24 17:40:05 +02:00
std std/string: add strchr(), strrchr(), and strchrnul() 2021-02-15 17:28:11 +01:00
t6k11 remove the .gint.data section 2020-07-10 16:36:05 +02:00
tmu cpg, tmu: add spin waiting and spin delay functions for drivers 2020-10-21 14:49:34 +02:00
font5x7.png render: refactor to share functions, and basic text on fxcg50 2019-06-15 01:05:31 -04:00
font8x9.png topti: custom character and word spacing (#13) 2020-10-05 16:14:12 +02:00
fxconv-metadata.txt switch build system to CMake 2021-01-25 15:31:20 +01:00